Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoginOptions ¶
func (*LoginOptions) Validate ¶
func (o *LoginOptions) Validate() error
type LogoutOptions ¶
type LogoutOptions struct{}
func (*LogoutOptions) Validate ¶
func (o *LogoutOptions) Validate() error
type SetSessionOptions ¶
type SetSessionOptions struct {
Email string
}
func (*SetSessionOptions) Init ¶
func (o *SetSessionOptions) Init(ctx *cli.Context, args []string) error
func (*SetSessionOptions) Validate ¶
func (o *SetSessionOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.