dto

package
v0.0.2-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseLayoutOption

type BaseLayoutOption struct {
	Nav *NavBarOption
}
type DropdownIdentifier string
const (
	DropdownIdentifierNone        DropdownIdentifier = "none"
	DropdownIdentifierTeam        DropdownIdentifier = "team"
	DropdownIdentifierProject     DropdownIdentifier = "project"
	DropdownIdentifierEnvironment DropdownIdentifier = "environment"
	DropdownIdentifierApplication DropdownIdentifier = "application"
)
type NavBarOption struct {
	DisplayName string
	Email       string
}
type NavItem struct {
	Title                  string
	Icon                   string
	NavURL                 string
	DropdownIdentifier     DropdownIdentifier
	DropdownActionURL      string
	PopoverPositionMobile  PopoverAlign
	PopoverPositionDesktop PopoverAlign
}

type PopoverAlign

type PopoverAlign string
const (
	PopoverAlignStart  PopoverAlign = "start"
	PopoverAlignCenter PopoverAlign = "center"
	PopoverAlignEnd    PopoverAlign = "end"
)

Jump to

Keyboard shortcuts

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