Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiActionSetStatus ¶
type BookmarkGroup ¶
type CreateTicketAction ¶
type CreateTicketAction struct {
Title string
Message string
Workflow string
Repo string
AssignedTo *entity.Id
Ccb []string
Labels []string
Checklists []string
}
func (CreateTicketAction) Validate ¶
func (c CreateTicketAction) Validate(repo *cache.RepoCache) map[string]http_webui.ValidationError
type FeatureFlagSet ¶
type FeatureFlagSet map[FeatureFlag]interface{}
func (FeatureFlagSet) ContextKey ¶
func (f FeatureFlagSet) ContextKey() string
type SideBarData ¶
type SideBarData struct {
SelectedQuery string
BookmarkGroups []BookmarkGroup
ColorKey map[string]string
EnableCreateTicket bool
}
type WebUiConfig ¶
type WebUiConfig struct {
Xref
BookmarkGroups []BookmarkGroup
}
Configuration for the web UI.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.