ui

package
v0.5.21 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2026 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Overview

templ: version: v0.3.1001

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	CreateTeam(ctx context.Context, organization organization.Name, opts team.CreateTeamOptions) (*team.Team, error)
	GetTeamByID(ctx context.Context, teamID resource.TfeID) (*team.Team, error)
	ListTeams(ctx context.Context, organization organization.Name) ([]*team.Team, error)
	UpdateTeam(ctx context.Context, teamID resource.TfeID, opts team.UpdateTeamOptions) (*team.Team, error)
	DeleteTeam(ctx context.Context, teamID resource.TfeID) error
	List(ctx context.Context) ([]*user.User, error)
	ListTeamUsers(ctx context.Context, teamID resource.TfeID) ([]*user.User, error)
}

type Handlers

type Handlers struct {
	Client     Client
	Authorizer authz.Interface
}

func (*Handlers) AddHandlers

func (h *Handlers) AddHandlers(r *mux.Router)

Jump to

Keyboard shortcuts

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