add

package
v1.26.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddAddCmd

func AddAddCmd(rootCmd *cobra.Command, opts shared.RootOptions)

func AddAddTeamMemberCmd

func AddAddTeamMemberCmd(add *cobra.Command, opts shared.RootOptions)

Types

type AddCmd

type AddCmd struct {
	// contains filtered or unexported fields
}

type AddTeamMemberCmd

type AddTeamMemberCmd struct {
	Opts          AddTeamMemberOpts
	ClientFactory func(shared.RootOptions) (Client, error)
	// contains filtered or unexported fields
}

func (*AddTeamMemberCmd) AddTeamMember

func (c *AddTeamMemberCmd) AddTeamMember(client Client, teamId int, email string, role cs.TeamRole) error

func (*AddTeamMemberCmd) RunE

func (c *AddTeamMemberCmd) RunE(_ *cobra.Command, args []string) error

type AddTeamMemberOpts

type AddTeamMemberOpts struct {
	shared.RootOptions
	Email  string
	Role   cs.TeamRole
	TeamId int
}

type Client

type Client interface {
	AddTeamMember(teamId int, email string, role int) error
}

Jump to

Keyboard shortcuts

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