Documentation ¶
Index ¶
- type Logger
- type LogicalRoutingAPI
- func (f *LogicalRoutingAPI) DeleteLogicalRouter(param1 context.Context, param2 string, param3 map[string]interface{}) (*http.Response, error)
- func (f *LogicalRoutingAPI) ListLogicalRouters(param1 context.Context, param2 map[string]interface{}) (manager.LogicalRouterListResult, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 } }
type LogicalRoutingAPI ¶ added in v0.57.0
type LogicalRoutingAPI struct { DeleteLogicalRouterCall struct { sync.Mutex CallCount int Receives struct { Ctx context.Context Id string LocalVarOptionals map[string]interface { } } Returns struct { Response *http.Response Error error } Stub func(context.Context, string, map[string]interface { }) (*http.Response, error) } ListLogicalRoutersCall struct { sync.Mutex CallCount int Receives struct { Ctx context.Context LocalVarOptionals map[string]interface { } } Returns struct { LogicalRouterListResult manager.LogicalRouterListResult Response *http.Response Error error } Stub func(context.Context, map[string]interface { }) (manager.LogicalRouterListResult, *http.Response, error) } }
func (*LogicalRoutingAPI) DeleteLogicalRouter ¶ added in v0.57.0
func (*LogicalRoutingAPI) ListLogicalRouters ¶ added in v0.57.0
func (f *LogicalRoutingAPI) ListLogicalRouters(param1 context.Context, param2 map[string]interface { }) (manager.LogicalRouterListResult, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.