Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupsClient ¶
type GroupsClient struct { ListCall struct { CallCount int Receives struct { Filter string Top *int32 } Returns struct { Output resources.GroupListResult Error error } } DeleteCall struct { CallCount int Receives struct { Name string Channel <-chan struct{} } Returns struct { Output <-chan autorest.Response Error <-chan error } } }
func (*GroupsClient) Delete ¶
func (i *GroupsClient) Delete(name string, channel <-chan struct{}) (<-chan autorest.Response, <-chan error)
func (*GroupsClient) List ¶
func (i *GroupsClient) List(filter string, top *int32) (resources.GroupListResult, error)
type Logger ¶
type Logger struct { PrintfCall struct { Receives struct { Message string Arguments []interface{} } Messages []string } PrintlnCall struct { Receives struct { Message string } Messages []string } PromptWithDetailsCall struct { CallCount int Receives struct { Type string Name string } Returns struct { Proceed bool } } }
func (*Logger) PromptWithDetails ¶ added in v0.25.0
Click to show internal directories.
Click to hide internal directories.