Documentation ¶
Index ¶
- func Get() *core.Command
- func GroupServers(groupId string, fs ...Filter) (vmasc.ServerCollection, error)
- func List() *core.Command
- func Root() *core.Command
- func Servers(fs ...Filter) (vmasc.ServerCollection, error)
- func ServersProperty[V any](f func(resource vmasc.Server) V, fs ...Filter) []V
- type Filter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupServers ¶
func GroupServers(groupId string, fs ...Filter) (vmasc.ServerCollection, error)
Types ¶
type Filter ¶
type Filter func(request vmasc.ApiGroupsServersGetRequest) (vmasc.ApiGroupsServersGetRequest, error)
Click to show internal directories.
Click to hide internal directories.