feat(tag): link
This commit is contained in:
parent
2621bc5978
commit
44173f34c2
4 changed files with 10 additions and 3 deletions
1
data.go
1
data.go
|
@ -25,6 +25,7 @@ type Person struct {
|
|||
type Tag struct {
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Link string `json:"link"`
|
||||
}
|
||||
|
||||
type Color struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue