Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Badge ¶
type Badge struct {
ID string `db:"id" json:"id"`
Label string `db:"label" json:"label"`
Message string `db:"message" json:"message"`
Color string `db:"color" json:"color"`
Badge string `db:"badge" json:"badge"`
ETag string `db:"etag" json:"etag"`
CreatedAt time.Time `db:"created_at" json:"created_at"`
}
Click to show internal directories.
Click to hide internal directories.