Documentation
¶
Overview ¶
Package setup WE SHOULD SETUP THE USER HERE
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdOpen ¶
func NewCmdOpen(_ *terminal.Terminal, _ SetupStore) *cobra.Command
Types ¶
type SetupStore ¶
type SetupStore interface {
GetCurrentUser() (*entity.User, error)
CreateUser(idToken string) (*entity.User, error)
GetOrganizations(options *store.GetOrganizationsOptions) ([]entity.Organization, error)
CreateOrganization(req store.CreateOrganizationRequest) (*entity.Organization, error)
GetServerSockFile() string
GetWorkspaces(organizationID string, options *store.GetWorkspacesOptions) ([]entity.Workspace, error)
}
Click to show internal directories.
Click to hide internal directories.