Documentation ¶
Overview ¶
Package logout is for the logout command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdLogout ¶
func NewCmdLogout(auth Auth, store LogoutStore) *cobra.Command
Types ¶
type LogoutOptions ¶
type LogoutOptions struct {
// contains filtered or unexported fields
}
func (*LogoutOptions) RunLogout ¶
func (o *LogoutOptions) RunLogout() error
type LogoutStore ¶ added in v0.6.29
type LogoutStore interface { vpn.ServiceMeshStore ClearDefaultOrganization() error GetCurrentWorkspaceID() (string, error) }
Click to show internal directories.
Click to hide internal directories.