categories

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 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 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 View

type View struct {
	Categories   []Category        `json:"categories"`
	Integrations map[string]string `json:"integrations"`
}

func Render

func Render(p *db.Project) *View

Jump to

Keyboard shortcuts

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