Documentation ¶
Index ¶
- func Actions(fs ...Filter) (vmasc.ActionCollection, error)
- func ActionsProperty[V any](f func(resource vmasc.Action) V, fs ...Filter) []V
- func Get() *core.Command
- func GroupActions(groupId string, fs ...Filter) (vmasc.ActionCollection, error)
- func List() *core.Command
- func Root() *core.Command
- type Filter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionsProperty ¶
func GroupActions ¶
func GroupActions(groupId string, fs ...Filter) (vmasc.ActionCollection, error)
GroupActions returns all actions matching the given filters from a specific group
Types ¶
type Filter ¶
type Filter func(request vmasc.ApiGroupsActionsGetRequest) (vmasc.ApiGroupsActionsGetRequest, error)
Click to show internal directories.
Click to hide internal directories.