applications

package
v1.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

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 Category

type Category struct {
	Name                model.ApplicationCategory `json:"name"`
	Builtin             bool                      `json:"builtin"`
	Default             bool                      `json:"default"`
	BuiltinPatterns     string                    `json:"builtin_patterns"`
	CustomPatterns      string                    `json:"custom_patterns"`
	NotifyOfDeployments bool                      `json:"notify_of_deployments"`
}

type CustomApplication

type CustomApplication struct {
	Name             string `json:"name"`
	InstancePatterns string `json:"instance_patterns"`
}

type CustomApplicationsView

type CustomApplicationsView struct {
	CustomApplications []CustomApplication `json:"custom_applications"`
}

func RenderCustomApplications

func RenderCustomApplications(p *db.Project) *CustomApplicationsView

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL