org

package
v0.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewListCmd

func NewListCmd(f *cmdutil.Factory) *cobra.Command

func NewMembersCmd

func NewMembersCmd(f *cmdutil.Factory) *cobra.Command

func NewOrgCmd

func NewOrgCmd(f *cmdutil.Factory) *cobra.Command

func NewSwitchCmd

func NewSwitchCmd(f *cmdutil.Factory) *cobra.Command

Types

type Member

type Member struct {
	ID        string                 `json:"id"`
	Email     string                 `json:"email"`
	Role      string                 `json:"role"`
	CreatedAt string                 `json:"createdAt"`
	User      map[string]interface{} `json:"user"`
}

Member is the Better Auth member shape returned by list-members.

type Organization

type Organization struct {
	ID        string                 `json:"id"`
	Name      string                 `json:"name"`
	Slug      string                 `json:"slug"`
	Role      string                 `json:"role"`
	CreatedAt string                 `json:"createdAt"`
	Metadata  map[string]interface{} `json:"metadata"`
}

Organization is the API response shape for a single organization.

Jump to

Keyboard shortcuts

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