added labels
This commit is contained in:
parent
56cbb383ab
commit
bfb79c3f3c
5 changed files with 243 additions and 29 deletions
8
types.go
8
types.go
|
|
@ -18,7 +18,13 @@ type Head struct {
|
|||
}
|
||||
|
||||
type Label struct {
|
||||
Name string `json:"name"`
|
||||
ID int64 `json:"id"`
|
||||
Color string `json:"color"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
type PostLabels struct {
|
||||
Labels []int64 `json:"labels"`
|
||||
}
|
||||
|
||||
type PushBody struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue