Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvironmentMetadataCard ¶ added in v0.1.21
func EnvironmentMetadataCard(props EnvironmentMetadataCardProps) htmx.Node
EnvironmentMetadataCard ...
func EnvironmentsTable ¶
func EnvironmentsTable(props EnvironmentsTableProps, children ...htmx.Node) htmx.Node
EnvironmentsTable ...
Types ¶
type EnvironmentMetadataCardProps ¶ added in v0.1.21
type EnvironmentMetadataCardProps struct { ClassNames htmx.ClassNames Environment models.Environment }
EnvironmentMetadataCardProps ...
type EnvironmentsTableProps ¶
type EnvironmentsTableProps struct { URL string Environments []*models.Environment Offset int Limit int Total int }
EnvironmentsTableProps ...
Click to show internal directories.
Click to hide internal directories.