operators

package
v0.1.42 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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 {
	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 ...

type UsersTableProps added in v0.1.26

type UsersTableProps struct {
	Users  []*models.User
	Offset int
	Limit  int
	Total  int
}

UsersTableProps ...

Jump to

Keyboard shortcuts

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