teams

package
v0.1.61 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MetaCard added in v0.1.52

func MetaCard(props MetaCardProps) htmx.Node

func TeamsTable

func TeamsTable(props TeamsTableProps, children ...htmx.Node) htmx.Node

TeamsTable ...

func UsersTable added in v0.1.26

func UsersTable(props UsersTableProps, children ...htmx.Node) htmx.Node

UsersTable ...

Types

type MetaCardProps added in v0.1.52

type MetaCardProps struct {
	Team models.Team
}

MetaCardProps ...

type TeamsTableProps

type TeamsTableProps struct {
	Teams  []*models.Team
	URL    string
	Offset int
	Limit  int
	Total  int
}

TeamsTableProps ...

type UsersTableProps added in v0.1.26

type UsersTableProps struct {
	Users  []*adapters.GothUser
	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