Documentation ¶
Index ¶
- func Add(workspaceId, email, role string) error
- func Create(label, desc string) error
- func Delete(id string) error
- func GetCurrentWorkspace() (string, error)
- func List() error
- func ListRoles(workspaceId string) error
- func Remove(workspaceId, email string) error
- func Switch(id string) error
- func Update(id string, args map[string]string) error
- func UpdateRole(workspaceId, email, role string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentWorkspace ¶ added in v0.2.2
GetCurrentWorkspace gets the current workspace set in context config Returns a string representing the current workspace and an error if it doesn't exist
func UpdateRole ¶ added in v0.9.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.