fakes

package
v0.55.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupingObjectsAPI

type GroupingObjectsAPI struct {
	ListIPSetsCall struct {
		CallCount int
		Receives  struct {
			Context           context.Context
			LocalVarOptionals map[string]interface{}
		}
		Returns struct {
			IPSetListResult manager.IpSetListResult
			Response        *http.Response
			Error           error
		}
	}
	DeleteIPSetCall struct {
		CallCount int
		Receives  struct {
			Context           context.Context
			ID                string
			LocalVarOptionals map[string]interface{}
		}
		Returns struct {
			Response *http.Response
			Error    error
		}
	}

	ListNSServicesCall struct {
		CallCount int
		Receives  struct {
			Context           context.Context
			LocalVarOptionals map[string]interface{}
		}
		Returns struct {
			NSServiceListResult manager.NsServiceListResult
			Response            *http.Response
			Error               error
		}
	}
	DeleteNSServiceCall struct {
		CallCount int
		Receives  struct {
			Context           context.Context
			ID                string
			LocalVarOptionals map[string]interface{}
		}
		Returns struct {
			Response *http.Response
			Error    error
		}
	}

	ListNSGroupsCall struct {
		CallCount int
		Receives  struct {
			Context           context.Context
			LocalVarOptionals map[string]interface{}
		}
		Returns struct {
			NSGroupListResult manager.NsGroupListResult
			Response          *http.Response
			Error             error
		}
	}
	DeleteNSGroupCall struct {
		CallCount int
		Receives  struct {
			Context           context.Context
			ID                string
			LocalVarOptionals map[string]interface{}
		}
		Returns struct {
			Response *http.Response
			Error    error
		}
	}
}

func (*GroupingObjectsAPI) DeleteIPSet

func (g *GroupingObjectsAPI) DeleteIPSet(ctx context.Context, id string, localVarOptionals map[string]interface{}) (*http.Response, error)

func (*GroupingObjectsAPI) DeleteNSGroup added in v0.46.0

func (g *GroupingObjectsAPI) DeleteNSGroup(ctx context.Context, id string, localVarOptionals map[string]interface{}) (*http.Response, error)

func (*GroupingObjectsAPI) DeleteNSService added in v0.46.0

func (g *GroupingObjectsAPI) DeleteNSService(ctx context.Context, id string, localVarOptionals map[string]interface{}) (*http.Response, error)

func (*GroupingObjectsAPI) ListIPSets

func (g *GroupingObjectsAPI) ListIPSets(ctx context.Context, localVarOptionals map[string]interface{}) (manager.IpSetListResult, *http.Response, error)

func (*GroupingObjectsAPI) ListNSGroups added in v0.46.0

func (g *GroupingObjectsAPI) ListNSGroups(ctx context.Context, localVarOptionals map[string]interface{}) (manager.NsGroupListResult, *http.Response, error)

func (*GroupingObjectsAPI) ListNSServices added in v0.46.0

func (g *GroupingObjectsAPI) ListNSServices(ctx context.Context, localVarOptionals map[string]interface{}) (manager.NsServiceListResult, *http.Response, error)

type Logger

type Logger struct {
	PrintfCall struct {
		Receives struct {
			Message   string
			Arguments []interface{}
		}
		Messages []string
	}

	PromptWithDetailsCall struct {
		CallCount int
		Receives  struct {
			Type string
			Name string
		}
		Returns struct {
			Proceed bool
		}
	}
}

func (*Logger) Printf

func (l *Logger) Printf(message string, a ...interface{})

func (*Logger) PromptWithDetails

func (l *Logger) PromptWithDetails(resourceType, resourceName string) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL