teams

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TeamsCmd = &cobra.Command{
	Use:   "teams",
	Short: "Manage teams",
	Long:  `List, create, update, and delete teams and memberships.`,
}

TeamsCmd manages teams

Functions

This section is empty.

Types

type TeamInfo

type TeamInfo struct {
	ID        string `json:"$id"`
	Name      string `json:"name"`
	Total     int    `json:"total"`
	CreatedAt string `json:"$createdAt,omitempty"`
}

Jump to

Keyboard shortcuts

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