Documentation ¶
Index ¶
- type GroupingObjectsAPI
- func (f *GroupingObjectsAPI) DeleteIPSet(param1 context.Context, param2 string, param3 map[string]interface{}) (*http.Response, error)
- func (f *GroupingObjectsAPI) DeleteNSGroup(param1 context.Context, param2 string, param3 map[string]interface{}) (*http.Response, error)
- func (f *GroupingObjectsAPI) DeleteNSService(param1 context.Context, param2 string, param3 map[string]interface{}) (*http.Response, error)
- func (f *GroupingObjectsAPI) ListIPSets(param1 context.Context, param2 map[string]interface{}) (manager.IpSetListResult, *http.Response, error)
- func (f *GroupingObjectsAPI) ListNSGroups(param1 context.Context, param2 map[string]interface{}) (manager.NsGroupListResult, *http.Response, error)
- func (f *GroupingObjectsAPI) ListNSServices(param1 context.Context, param2 map[string]interface{}) (manager.NsServiceListResult, *http.Response, error)
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupingObjectsAPI ¶
type GroupingObjectsAPI struct { DeleteIPSetCall struct { sync.Mutex CallCount int Receives struct { Context context.Context String string MapStringInterface map[string]interface { } } Returns struct { Response *http.Response Error error } Stub func(context.Context, string, map[string]interface { }) (*http.Response, error) } DeleteNSGroupCall struct { sync.Mutex CallCount int Receives struct { Context context.Context String string MapStringInterface map[string]interface { } } Returns struct { Response *http.Response Error error } Stub func(context.Context, string, map[string]interface { }) (*http.Response, error) } DeleteNSServiceCall struct { sync.Mutex CallCount int Receives struct { Context context.Context String string MapStringInterface map[string]interface { } } Returns struct { Response *http.Response Error error } Stub func(context.Context, string, map[string]interface { }) (*http.Response, error) } ListIPSetsCall struct { sync.Mutex CallCount int Receives struct { Context context.Context MapStringInterface map[string]interface { } } Returns struct { IpSetListResult manager.IpSetListResult Response *http.Response Error error } Stub func(context.Context, map[string]interface { }) (manager.IpSetListResult, *http.Response, error) } ListNSGroupsCall struct { sync.Mutex CallCount int Receives struct { Context context.Context MapStringInterface map[string]interface { } } Returns struct { NsGroupListResult manager.NsGroupListResult Response *http.Response Error error } Stub func(context.Context, map[string]interface { }) (manager.NsGroupListResult, *http.Response, error) } ListNSServicesCall struct { sync.Mutex CallCount int Receives struct { Context context.Context MapStringInterface map[string]interface { } } Returns struct { NsServiceListResult manager.NsServiceListResult Response *http.Response Error error } Stub func(context.Context, map[string]interface { }) (manager.NsServiceListResult, *http.Response, error) } }
func (*GroupingObjectsAPI) DeleteIPSet ¶
func (*GroupingObjectsAPI) DeleteNSGroup ¶ added in v0.46.0
func (*GroupingObjectsAPI) DeleteNSService ¶ added in v0.46.0
func (*GroupingObjectsAPI) ListIPSets ¶
func (f *GroupingObjectsAPI) ListIPSets(param1 context.Context, param2 map[string]interface { }) (manager.IpSetListResult, *http.Response, error)
func (*GroupingObjectsAPI) ListNSGroups ¶ added in v0.46.0
func (f *GroupingObjectsAPI) ListNSGroups(param1 context.Context, param2 map[string]interface { }) (manager.NsGroupListResult, *http.Response, error)
func (*GroupingObjectsAPI) ListNSServices ¶ added in v0.46.0
func (f *GroupingObjectsAPI) ListNSServices(param1 context.Context, param2 map[string]interface { }) (manager.NsServiceListResult, *http.Response, error)
type Logger ¶
type Logger struct { DebuglnCall struct { sync.Mutex CallCount int Receives struct { Message string } Stub func(string) } PrintfCall struct { sync.Mutex CallCount int Receives struct { Message string A []interface { } } Stub func(string, ...interface { }) } PromptWithDetailsCall struct { sync.Mutex CallCount int Receives struct { ResourceType string ResourceName string } Returns struct { Proceed bool } Stub func(string, string) bool } }
Click to show internal directories.
Click to hide internal directories.