Documentation ¶
Index ¶
- func AskProjectGroups(ask question.Asker, value string, getAllGroupsCallback GetAllGroupsCallback, ...) (string, cmd.Dependable, error)
- func CreateProjectGroup(dependencies *cmd.Dependencies) (string, cmd.Dependable, error)
- func GetAllGroups(client client.Client) ([]*projectgroups.ProjectGroup, error)
- type CreateProjectGroupCallback
- type GetAllGroupsCallback
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AskProjectGroups ¶
func AskProjectGroups(ask question.Asker, value string, getAllGroupsCallback GetAllGroupsCallback, createProjectGroupCallback CreateProjectGroupCallback) (string, cmd.Dependable, error)
func CreateProjectGroup ¶
func CreateProjectGroup(dependencies *cmd.Dependencies) (string, cmd.Dependable, error)
func GetAllGroups ¶
func GetAllGroups(client client.Client) ([]*projectgroups.ProjectGroup, error)
Types ¶
type CreateProjectGroupCallback ¶
type CreateProjectGroupCallback func() (string, cmd.Dependable, error)
type GetAllGroupsCallback ¶
type GetAllGroupsCallback func() ([]*projectgroups.ProjectGroup, error)
Click to show internal directories.
Click to hide internal directories.