Documentation
¶
Index ¶
- func OperatorsTable(props OperatorsTableProps, children ...htmx.Node) htmx.Node
- func SigningKeyGroupsTable(props SigningKeyGroupsTableProps, children ...htmx.Node) htmx.Node
- func UsersTable(props UsersTableProps, children ...htmx.Node) htmx.Node
- type OperatorsTableProps
- type SigningKeyGroupsTableProps
- type UsersTableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OperatorsTable ¶
func OperatorsTable(props OperatorsTableProps, children ...htmx.Node) htmx.Node
OperatorsTable ...
func SigningKeyGroupsTable ¶
func SigningKeyGroupsTable(props SigningKeyGroupsTableProps, children ...htmx.Node) htmx.Node
SigningKeyGroupsTable ...
func UsersTable ¶ added in v0.1.26
func UsersTable(props UsersTableProps, children ...htmx.Node) htmx.Node
UsersTable ...
Types ¶
type OperatorsTableProps ¶
type OperatorsTableProps struct {
URL string
Operators []*models.Operator
Offset int
Limit int
Total int
}
OperatorsTableProps ...
type SigningKeyGroupsTableProps ¶
type SigningKeyGroupsTableProps struct {
ClassNames htmx.ClassNames
SigningKeyGroups []*models.SigningKeyGroup
Offset int
Limit int
Total int
}
SigningKeyGroupsTableProps ...
Click to show internal directories.
Click to hide internal directories.