Documentation
¶
Index ¶
Constants ¶
View Source
const UnsortedName = "unsorted"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
Name string `json:"name"`
Desc string `json:"desc"`
Requests []*Request `json:"requests"`
}
func (*Group) AddRequest ¶
func (*Group) Description ¶
Description returns a brief description of the group.
func (*Group) FilterValue ¶
FilterValue is the value we use when filtering against this item when we're filtering the list.
func (*Group) RemoveRequest ¶
type Request ¶
type Request struct {
Name string `json:"name,omitempty"`
Desc string `json:"desc,omitempty"`
Data *Data `json:"data,omitempty"`
}
func (*Request) Description ¶
func (*Request) FilterValue ¶
FilterValue is the value we use when filtering against this item when we're filtering the list.
Click to show internal directories.
Click to hide internal directories.