Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Label ¶
type Label struct {
ID int64 `json:"id"`
Name string `json:"name"`
AppURL string `json:"app_url,omitempty"`
}
Label identifies a user-visible HEY label discovered through navigation.
func FromNavigation ¶
func FromNavigation(navigation *generated.NavigationResponse) []Label
FromNavigation returns each concrete label entry from HEY's Labels navigation group.
Click to show internal directories.
Click to hide internal directories.