Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoriesView ¶
type CategoriesView struct {
Categories []Category `json:"categories"`
Integrations map[string]string `json:"integrations"`
}
func RenderCategories ¶
func RenderCategories(p *db.Project) *CategoriesView
type CustomApplication ¶
type CustomApplicationsView ¶
type CustomApplicationsView struct {
CustomApplications []CustomApplication `json:"custom_applications"`
}
func RenderCustomApplications ¶
func RenderCustomApplications(p *db.Project) *CustomApplicationsView
Click to show internal directories.
Click to hide internal directories.