dto

package
v0.0.1-alpha.13 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SourceCategoryGit      = "git"
	SourceCategoryRegistry = "registry"
	SourceCategoryDatabase = "database"
	SourceCategoryOneclick = "oneclick"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseLayoutOption

type BaseLayoutOption struct {
	Nav *NavBarOption
}
type BreadCrumbListItem struct {
	Name string
	Link string
}

type Environment

type Environment struct {
	Name        string
	Description string
	ActionUrl   string
	SettingsUrl string
}

type ListEnvironments

type ListEnvironments struct {
	TargetDiv string
	Envs      []*Environment
}
type NavBarOption struct {
	DisplayName string
	TenantName  string
	TenantUID   int64
}

type SourceCategory

type SourceCategory string

type SourceOptions

type SourceOptions struct {
	Identifier  string
	Name        string
	Description string
	Icon        string
	Disabled    bool
	Category    SourceCategory
}

Jump to

Keyboard shortcuts

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