apiv2connect

package
v0.0.39 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilesystemServiceClient

type FilesystemServiceClient struct {
	mock.Mock
}

FilesystemServiceClient is an autogenerated mock type for the FilesystemServiceClient type

func NewFilesystemServiceClient

func NewFilesystemServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *FilesystemServiceClient

NewFilesystemServiceClient creates a new instance of FilesystemServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*FilesystemServiceClient) EXPECT added in v0.0.34

func (*FilesystemServiceClient) Get

func (_mock *FilesystemServiceClient) Get(context1 context.Context, filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest) (*apiv2.FilesystemServiceGetResponse, error)

Get provides a mock function for the type FilesystemServiceClient

func (*FilesystemServiceClient) List

func (_mock *FilesystemServiceClient) List(context1 context.Context, filesystemServiceListRequest *apiv2.FilesystemServiceListRequest) (*apiv2.FilesystemServiceListResponse, error)

List provides a mock function for the type FilesystemServiceClient

func (*FilesystemServiceClient) Match

func (_mock *FilesystemServiceClient) Match(context1 context.Context, filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest) (*apiv2.FilesystemServiceMatchResponse, error)

Match provides a mock function for the type FilesystemServiceClient

type FilesystemServiceClient_Expecter added in v0.0.34

type FilesystemServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*FilesystemServiceClient_Expecter) Get added in v0.0.34

func (_e *FilesystemServiceClient_Expecter) Get(context1 interface{}, filesystemServiceGetRequest interface{}) *FilesystemServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest

func (*FilesystemServiceClient_Expecter) List added in v0.0.34

func (_e *FilesystemServiceClient_Expecter) List(context1 interface{}, filesystemServiceListRequest interface{}) *FilesystemServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • filesystemServiceListRequest *apiv2.FilesystemServiceListRequest

func (*FilesystemServiceClient_Expecter) Match added in v0.0.34

func (_e *FilesystemServiceClient_Expecter) Match(context1 interface{}, filesystemServiceMatchRequest interface{}) *FilesystemServiceClient_Match_Call

Match is a helper method to define mock.On call

  • context1 context.Context
  • filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest

type FilesystemServiceClient_Get_Call added in v0.0.34

type FilesystemServiceClient_Get_Call struct {
	*mock.Call
}

FilesystemServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*FilesystemServiceClient_Get_Call) Return added in v0.0.34

func (_c *FilesystemServiceClient_Get_Call) Return(filesystemServiceGetResponse *apiv2.FilesystemServiceGetResponse, err error) *FilesystemServiceClient_Get_Call

func (*FilesystemServiceClient_Get_Call) Run added in v0.0.34

func (_c *FilesystemServiceClient_Get_Call) Run(run func(context1 context.Context, filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest)) *FilesystemServiceClient_Get_Call

func (*FilesystemServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *FilesystemServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest) (*apiv2.FilesystemServiceGetResponse, error)) *FilesystemServiceClient_Get_Call

type FilesystemServiceClient_List_Call added in v0.0.34

type FilesystemServiceClient_List_Call struct {
	*mock.Call
}

FilesystemServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*FilesystemServiceClient_List_Call) Return added in v0.0.34

func (_c *FilesystemServiceClient_List_Call) Return(filesystemServiceListResponse *apiv2.FilesystemServiceListResponse, err error) *FilesystemServiceClient_List_Call

func (*FilesystemServiceClient_List_Call) Run added in v0.0.34

func (_c *FilesystemServiceClient_List_Call) Run(run func(context1 context.Context, filesystemServiceListRequest *apiv2.FilesystemServiceListRequest)) *FilesystemServiceClient_List_Call

func (*FilesystemServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *FilesystemServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, filesystemServiceListRequest *apiv2.FilesystemServiceListRequest) (*apiv2.FilesystemServiceListResponse, error)) *FilesystemServiceClient_List_Call

type FilesystemServiceClient_Match_Call added in v0.0.34

type FilesystemServiceClient_Match_Call struct {
	*mock.Call
}

FilesystemServiceClient_Match_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Match'

func (*FilesystemServiceClient_Match_Call) Return added in v0.0.34

func (_c *FilesystemServiceClient_Match_Call) Return(filesystemServiceMatchResponse *apiv2.FilesystemServiceMatchResponse, err error) *FilesystemServiceClient_Match_Call

func (*FilesystemServiceClient_Match_Call) Run added in v0.0.34

func (_c *FilesystemServiceClient_Match_Call) Run(run func(context1 context.Context, filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest)) *FilesystemServiceClient_Match_Call

func (*FilesystemServiceClient_Match_Call) RunAndReturn added in v0.0.34

func (_c *FilesystemServiceClient_Match_Call) RunAndReturn(run func(context1 context.Context, filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest) (*apiv2.FilesystemServiceMatchResponse, error)) *FilesystemServiceClient_Match_Call

type FilesystemServiceHandler

type FilesystemServiceHandler struct {
	mock.Mock
}

FilesystemServiceHandler is an autogenerated mock type for the FilesystemServiceHandler type

func NewFilesystemServiceHandler

func NewFilesystemServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *FilesystemServiceHandler

NewFilesystemServiceHandler creates a new instance of FilesystemServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*FilesystemServiceHandler) EXPECT added in v0.0.34

func (*FilesystemServiceHandler) Get

func (_mock *FilesystemServiceHandler) Get(context1 context.Context, filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest) (*apiv2.FilesystemServiceGetResponse, error)

Get provides a mock function for the type FilesystemServiceHandler

func (*FilesystemServiceHandler) List

func (_mock *FilesystemServiceHandler) List(context1 context.Context, filesystemServiceListRequest *apiv2.FilesystemServiceListRequest) (*apiv2.FilesystemServiceListResponse, error)

List provides a mock function for the type FilesystemServiceHandler

func (*FilesystemServiceHandler) Match

func (_mock *FilesystemServiceHandler) Match(context1 context.Context, filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest) (*apiv2.FilesystemServiceMatchResponse, error)

Match provides a mock function for the type FilesystemServiceHandler

type FilesystemServiceHandler_Expecter added in v0.0.34

type FilesystemServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*FilesystemServiceHandler_Expecter) Get added in v0.0.34

func (_e *FilesystemServiceHandler_Expecter) Get(context1 interface{}, filesystemServiceGetRequest interface{}) *FilesystemServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest

func (*FilesystemServiceHandler_Expecter) List added in v0.0.34

func (_e *FilesystemServiceHandler_Expecter) List(context1 interface{}, filesystemServiceListRequest interface{}) *FilesystemServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • filesystemServiceListRequest *apiv2.FilesystemServiceListRequest

func (*FilesystemServiceHandler_Expecter) Match added in v0.0.34

func (_e *FilesystemServiceHandler_Expecter) Match(context1 interface{}, filesystemServiceMatchRequest interface{}) *FilesystemServiceHandler_Match_Call

Match is a helper method to define mock.On call

  • context1 context.Context
  • filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest

type FilesystemServiceHandler_Get_Call added in v0.0.34

type FilesystemServiceHandler_Get_Call struct {
	*mock.Call
}

FilesystemServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*FilesystemServiceHandler_Get_Call) Return added in v0.0.34

func (_c *FilesystemServiceHandler_Get_Call) Return(filesystemServiceGetResponse *apiv2.FilesystemServiceGetResponse, err error) *FilesystemServiceHandler_Get_Call

func (*FilesystemServiceHandler_Get_Call) Run added in v0.0.34

func (_c *FilesystemServiceHandler_Get_Call) Run(run func(context1 context.Context, filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest)) *FilesystemServiceHandler_Get_Call

func (*FilesystemServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *FilesystemServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, filesystemServiceGetRequest *apiv2.FilesystemServiceGetRequest) (*apiv2.FilesystemServiceGetResponse, error)) *FilesystemServiceHandler_Get_Call

type FilesystemServiceHandler_List_Call added in v0.0.34

type FilesystemServiceHandler_List_Call struct {
	*mock.Call
}

FilesystemServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*FilesystemServiceHandler_List_Call) Return added in v0.0.34

func (_c *FilesystemServiceHandler_List_Call) Return(filesystemServiceListResponse *apiv2.FilesystemServiceListResponse, err error) *FilesystemServiceHandler_List_Call

func (*FilesystemServiceHandler_List_Call) Run added in v0.0.34

func (_c *FilesystemServiceHandler_List_Call) Run(run func(context1 context.Context, filesystemServiceListRequest *apiv2.FilesystemServiceListRequest)) *FilesystemServiceHandler_List_Call

func (*FilesystemServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *FilesystemServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, filesystemServiceListRequest *apiv2.FilesystemServiceListRequest) (*apiv2.FilesystemServiceListResponse, error)) *FilesystemServiceHandler_List_Call

type FilesystemServiceHandler_Match_Call added in v0.0.34

type FilesystemServiceHandler_Match_Call struct {
	*mock.Call
}

FilesystemServiceHandler_Match_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Match'

func (*FilesystemServiceHandler_Match_Call) Return added in v0.0.34

func (_c *FilesystemServiceHandler_Match_Call) Return(filesystemServiceMatchResponse *apiv2.FilesystemServiceMatchResponse, err error) *FilesystemServiceHandler_Match_Call

func (*FilesystemServiceHandler_Match_Call) Run added in v0.0.34

func (_c *FilesystemServiceHandler_Match_Call) Run(run func(context1 context.Context, filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest)) *FilesystemServiceHandler_Match_Call

func (*FilesystemServiceHandler_Match_Call) RunAndReturn added in v0.0.34

func (_c *FilesystemServiceHandler_Match_Call) RunAndReturn(run func(context1 context.Context, filesystemServiceMatchRequest *apiv2.FilesystemServiceMatchRequest) (*apiv2.FilesystemServiceMatchResponse, error)) *FilesystemServiceHandler_Match_Call

type HealthServiceClient

type HealthServiceClient struct {
	mock.Mock
}

HealthServiceClient is an autogenerated mock type for the HealthServiceClient type

func NewHealthServiceClient

func NewHealthServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *HealthServiceClient

NewHealthServiceClient creates a new instance of HealthServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*HealthServiceClient) EXPECT added in v0.0.34

func (*HealthServiceClient) Get

func (_mock *HealthServiceClient) Get(context1 context.Context, healthServiceGetRequest *apiv2.HealthServiceGetRequest) (*apiv2.HealthServiceGetResponse, error)

Get provides a mock function for the type HealthServiceClient

type HealthServiceClient_Expecter added in v0.0.34

type HealthServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*HealthServiceClient_Expecter) Get added in v0.0.34

func (_e *HealthServiceClient_Expecter) Get(context1 interface{}, healthServiceGetRequest interface{}) *HealthServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • healthServiceGetRequest *apiv2.HealthServiceGetRequest

type HealthServiceClient_Get_Call added in v0.0.34

type HealthServiceClient_Get_Call struct {
	*mock.Call
}

HealthServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*HealthServiceClient_Get_Call) Return added in v0.0.34

func (_c *HealthServiceClient_Get_Call) Return(healthServiceGetResponse *apiv2.HealthServiceGetResponse, err error) *HealthServiceClient_Get_Call

func (*HealthServiceClient_Get_Call) Run added in v0.0.34

func (_c *HealthServiceClient_Get_Call) Run(run func(context1 context.Context, healthServiceGetRequest *apiv2.HealthServiceGetRequest)) *HealthServiceClient_Get_Call

func (*HealthServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *HealthServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, healthServiceGetRequest *apiv2.HealthServiceGetRequest) (*apiv2.HealthServiceGetResponse, error)) *HealthServiceClient_Get_Call

type HealthServiceHandler

type HealthServiceHandler struct {
	mock.Mock
}

HealthServiceHandler is an autogenerated mock type for the HealthServiceHandler type

func NewHealthServiceHandler

func NewHealthServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *HealthServiceHandler

NewHealthServiceHandler creates a new instance of HealthServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*HealthServiceHandler) EXPECT added in v0.0.34

func (*HealthServiceHandler) Get

func (_mock *HealthServiceHandler) Get(context1 context.Context, healthServiceGetRequest *apiv2.HealthServiceGetRequest) (*apiv2.HealthServiceGetResponse, error)

Get provides a mock function for the type HealthServiceHandler

type HealthServiceHandler_Expecter added in v0.0.34

type HealthServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*HealthServiceHandler_Expecter) Get added in v0.0.34

func (_e *HealthServiceHandler_Expecter) Get(context1 interface{}, healthServiceGetRequest interface{}) *HealthServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • healthServiceGetRequest *apiv2.HealthServiceGetRequest

type HealthServiceHandler_Get_Call added in v0.0.34

type HealthServiceHandler_Get_Call struct {
	*mock.Call
}

HealthServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*HealthServiceHandler_Get_Call) Return added in v0.0.34

func (_c *HealthServiceHandler_Get_Call) Return(healthServiceGetResponse *apiv2.HealthServiceGetResponse, err error) *HealthServiceHandler_Get_Call

func (*HealthServiceHandler_Get_Call) Run added in v0.0.34

func (_c *HealthServiceHandler_Get_Call) Run(run func(context1 context.Context, healthServiceGetRequest *apiv2.HealthServiceGetRequest)) *HealthServiceHandler_Get_Call

func (*HealthServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *HealthServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, healthServiceGetRequest *apiv2.HealthServiceGetRequest) (*apiv2.HealthServiceGetResponse, error)) *HealthServiceHandler_Get_Call

type IPServiceClient

type IPServiceClient struct {
	mock.Mock
}

IPServiceClient is an autogenerated mock type for the IPServiceClient type

func NewIPServiceClient

func NewIPServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IPServiceClient

NewIPServiceClient creates a new instance of IPServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IPServiceClient) Create

func (_mock *IPServiceClient) Create(context1 context.Context, iPServiceCreateRequest *apiv2.IPServiceCreateRequest) (*apiv2.IPServiceCreateResponse, error)

Create provides a mock function for the type IPServiceClient

func (*IPServiceClient) Delete

func (_mock *IPServiceClient) Delete(context1 context.Context, iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest) (*apiv2.IPServiceDeleteResponse, error)

Delete provides a mock function for the type IPServiceClient

func (*IPServiceClient) EXPECT added in v0.0.34

func (*IPServiceClient) Get

func (_mock *IPServiceClient) Get(context1 context.Context, iPServiceGetRequest *apiv2.IPServiceGetRequest) (*apiv2.IPServiceGetResponse, error)

Get provides a mock function for the type IPServiceClient

func (*IPServiceClient) List

func (_mock *IPServiceClient) List(context1 context.Context, iPServiceListRequest *apiv2.IPServiceListRequest) (*apiv2.IPServiceListResponse, error)

List provides a mock function for the type IPServiceClient

func (*IPServiceClient) Update

func (_mock *IPServiceClient) Update(context1 context.Context, iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest) (*apiv2.IPServiceUpdateResponse, error)

Update provides a mock function for the type IPServiceClient

type IPServiceClient_Create_Call added in v0.0.34

type IPServiceClient_Create_Call struct {
	*mock.Call
}

IPServiceClient_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*IPServiceClient_Create_Call) Return added in v0.0.34

func (_c *IPServiceClient_Create_Call) Return(iPServiceCreateResponse *apiv2.IPServiceCreateResponse, err error) *IPServiceClient_Create_Call

func (*IPServiceClient_Create_Call) Run added in v0.0.34

func (_c *IPServiceClient_Create_Call) Run(run func(context1 context.Context, iPServiceCreateRequest *apiv2.IPServiceCreateRequest)) *IPServiceClient_Create_Call

func (*IPServiceClient_Create_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceClient_Create_Call) RunAndReturn(run func(context1 context.Context, iPServiceCreateRequest *apiv2.IPServiceCreateRequest) (*apiv2.IPServiceCreateResponse, error)) *IPServiceClient_Create_Call

type IPServiceClient_Delete_Call added in v0.0.34

type IPServiceClient_Delete_Call struct {
	*mock.Call
}

IPServiceClient_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*IPServiceClient_Delete_Call) Return added in v0.0.34

func (_c *IPServiceClient_Delete_Call) Return(iPServiceDeleteResponse *apiv2.IPServiceDeleteResponse, err error) *IPServiceClient_Delete_Call

func (*IPServiceClient_Delete_Call) Run added in v0.0.34

func (_c *IPServiceClient_Delete_Call) Run(run func(context1 context.Context, iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest)) *IPServiceClient_Delete_Call

func (*IPServiceClient_Delete_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceClient_Delete_Call) RunAndReturn(run func(context1 context.Context, iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest) (*apiv2.IPServiceDeleteResponse, error)) *IPServiceClient_Delete_Call

type IPServiceClient_Expecter added in v0.0.34

type IPServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*IPServiceClient_Expecter) Create added in v0.0.34

func (_e *IPServiceClient_Expecter) Create(context1 interface{}, iPServiceCreateRequest interface{}) *IPServiceClient_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceCreateRequest *apiv2.IPServiceCreateRequest

func (*IPServiceClient_Expecter) Delete added in v0.0.34

func (_e *IPServiceClient_Expecter) Delete(context1 interface{}, iPServiceDeleteRequest interface{}) *IPServiceClient_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest

func (*IPServiceClient_Expecter) Get added in v0.0.34

func (_e *IPServiceClient_Expecter) Get(context1 interface{}, iPServiceGetRequest interface{}) *IPServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceGetRequest *apiv2.IPServiceGetRequest

func (*IPServiceClient_Expecter) List added in v0.0.34

func (_e *IPServiceClient_Expecter) List(context1 interface{}, iPServiceListRequest interface{}) *IPServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceListRequest *apiv2.IPServiceListRequest

func (*IPServiceClient_Expecter) Update added in v0.0.34

func (_e *IPServiceClient_Expecter) Update(context1 interface{}, iPServiceUpdateRequest interface{}) *IPServiceClient_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest

type IPServiceClient_Get_Call added in v0.0.34

type IPServiceClient_Get_Call struct {
	*mock.Call
}

IPServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*IPServiceClient_Get_Call) Return added in v0.0.34

func (_c *IPServiceClient_Get_Call) Return(iPServiceGetResponse *apiv2.IPServiceGetResponse, err error) *IPServiceClient_Get_Call

func (*IPServiceClient_Get_Call) Run added in v0.0.34

func (_c *IPServiceClient_Get_Call) Run(run func(context1 context.Context, iPServiceGetRequest *apiv2.IPServiceGetRequest)) *IPServiceClient_Get_Call

func (*IPServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, iPServiceGetRequest *apiv2.IPServiceGetRequest) (*apiv2.IPServiceGetResponse, error)) *IPServiceClient_Get_Call

type IPServiceClient_List_Call added in v0.0.34

type IPServiceClient_List_Call struct {
	*mock.Call
}

IPServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*IPServiceClient_List_Call) Return added in v0.0.34

func (_c *IPServiceClient_List_Call) Return(iPServiceListResponse *apiv2.IPServiceListResponse, err error) *IPServiceClient_List_Call

func (*IPServiceClient_List_Call) Run added in v0.0.34

func (_c *IPServiceClient_List_Call) Run(run func(context1 context.Context, iPServiceListRequest *apiv2.IPServiceListRequest)) *IPServiceClient_List_Call

func (*IPServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, iPServiceListRequest *apiv2.IPServiceListRequest) (*apiv2.IPServiceListResponse, error)) *IPServiceClient_List_Call

type IPServiceClient_Update_Call added in v0.0.34

type IPServiceClient_Update_Call struct {
	*mock.Call
}

IPServiceClient_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*IPServiceClient_Update_Call) Return added in v0.0.34

func (_c *IPServiceClient_Update_Call) Return(iPServiceUpdateResponse *apiv2.IPServiceUpdateResponse, err error) *IPServiceClient_Update_Call

func (*IPServiceClient_Update_Call) Run added in v0.0.34

func (_c *IPServiceClient_Update_Call) Run(run func(context1 context.Context, iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest)) *IPServiceClient_Update_Call

func (*IPServiceClient_Update_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceClient_Update_Call) RunAndReturn(run func(context1 context.Context, iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest) (*apiv2.IPServiceUpdateResponse, error)) *IPServiceClient_Update_Call

type IPServiceHandler

type IPServiceHandler struct {
	mock.Mock
}

IPServiceHandler is an autogenerated mock type for the IPServiceHandler type

func NewIPServiceHandler

func NewIPServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *IPServiceHandler

NewIPServiceHandler creates a new instance of IPServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IPServiceHandler) Create

func (_mock *IPServiceHandler) Create(context1 context.Context, iPServiceCreateRequest *apiv2.IPServiceCreateRequest) (*apiv2.IPServiceCreateResponse, error)

Create provides a mock function for the type IPServiceHandler

func (*IPServiceHandler) Delete

func (_mock *IPServiceHandler) Delete(context1 context.Context, iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest) (*apiv2.IPServiceDeleteResponse, error)

Delete provides a mock function for the type IPServiceHandler

func (*IPServiceHandler) EXPECT added in v0.0.34

func (*IPServiceHandler) Get

func (_mock *IPServiceHandler) Get(context1 context.Context, iPServiceGetRequest *apiv2.IPServiceGetRequest) (*apiv2.IPServiceGetResponse, error)

Get provides a mock function for the type IPServiceHandler

func (*IPServiceHandler) List

func (_mock *IPServiceHandler) List(context1 context.Context, iPServiceListRequest *apiv2.IPServiceListRequest) (*apiv2.IPServiceListResponse, error)

List provides a mock function for the type IPServiceHandler

func (*IPServiceHandler) Update

func (_mock *IPServiceHandler) Update(context1 context.Context, iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest) (*apiv2.IPServiceUpdateResponse, error)

Update provides a mock function for the type IPServiceHandler

type IPServiceHandler_Create_Call added in v0.0.34

type IPServiceHandler_Create_Call struct {
	*mock.Call
}

IPServiceHandler_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*IPServiceHandler_Create_Call) Return added in v0.0.34

func (_c *IPServiceHandler_Create_Call) Return(iPServiceCreateResponse *apiv2.IPServiceCreateResponse, err error) *IPServiceHandler_Create_Call

func (*IPServiceHandler_Create_Call) Run added in v0.0.34

func (_c *IPServiceHandler_Create_Call) Run(run func(context1 context.Context, iPServiceCreateRequest *apiv2.IPServiceCreateRequest)) *IPServiceHandler_Create_Call

func (*IPServiceHandler_Create_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceHandler_Create_Call) RunAndReturn(run func(context1 context.Context, iPServiceCreateRequest *apiv2.IPServiceCreateRequest) (*apiv2.IPServiceCreateResponse, error)) *IPServiceHandler_Create_Call

type IPServiceHandler_Delete_Call added in v0.0.34

type IPServiceHandler_Delete_Call struct {
	*mock.Call
}

IPServiceHandler_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*IPServiceHandler_Delete_Call) Return added in v0.0.34

func (_c *IPServiceHandler_Delete_Call) Return(iPServiceDeleteResponse *apiv2.IPServiceDeleteResponse, err error) *IPServiceHandler_Delete_Call

func (*IPServiceHandler_Delete_Call) Run added in v0.0.34

func (_c *IPServiceHandler_Delete_Call) Run(run func(context1 context.Context, iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest)) *IPServiceHandler_Delete_Call

func (*IPServiceHandler_Delete_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceHandler_Delete_Call) RunAndReturn(run func(context1 context.Context, iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest) (*apiv2.IPServiceDeleteResponse, error)) *IPServiceHandler_Delete_Call

type IPServiceHandler_Expecter added in v0.0.34

type IPServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*IPServiceHandler_Expecter) Create added in v0.0.34

func (_e *IPServiceHandler_Expecter) Create(context1 interface{}, iPServiceCreateRequest interface{}) *IPServiceHandler_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceCreateRequest *apiv2.IPServiceCreateRequest

func (*IPServiceHandler_Expecter) Delete added in v0.0.34

func (_e *IPServiceHandler_Expecter) Delete(context1 interface{}, iPServiceDeleteRequest interface{}) *IPServiceHandler_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceDeleteRequest *apiv2.IPServiceDeleteRequest

func (*IPServiceHandler_Expecter) Get added in v0.0.34

func (_e *IPServiceHandler_Expecter) Get(context1 interface{}, iPServiceGetRequest interface{}) *IPServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceGetRequest *apiv2.IPServiceGetRequest

func (*IPServiceHandler_Expecter) List added in v0.0.34

func (_e *IPServiceHandler_Expecter) List(context1 interface{}, iPServiceListRequest interface{}) *IPServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceListRequest *apiv2.IPServiceListRequest

func (*IPServiceHandler_Expecter) Update added in v0.0.34

func (_e *IPServiceHandler_Expecter) Update(context1 interface{}, iPServiceUpdateRequest interface{}) *IPServiceHandler_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest

type IPServiceHandler_Get_Call added in v0.0.34

type IPServiceHandler_Get_Call struct {
	*mock.Call
}

IPServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*IPServiceHandler_Get_Call) Return added in v0.0.34

func (_c *IPServiceHandler_Get_Call) Return(iPServiceGetResponse *apiv2.IPServiceGetResponse, err error) *IPServiceHandler_Get_Call

func (*IPServiceHandler_Get_Call) Run added in v0.0.34

func (_c *IPServiceHandler_Get_Call) Run(run func(context1 context.Context, iPServiceGetRequest *apiv2.IPServiceGetRequest)) *IPServiceHandler_Get_Call

func (*IPServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, iPServiceGetRequest *apiv2.IPServiceGetRequest) (*apiv2.IPServiceGetResponse, error)) *IPServiceHandler_Get_Call

type IPServiceHandler_List_Call added in v0.0.34

type IPServiceHandler_List_Call struct {
	*mock.Call
}

IPServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*IPServiceHandler_List_Call) Return added in v0.0.34

func (_c *IPServiceHandler_List_Call) Return(iPServiceListResponse *apiv2.IPServiceListResponse, err error) *IPServiceHandler_List_Call

func (*IPServiceHandler_List_Call) Run added in v0.0.34

func (_c *IPServiceHandler_List_Call) Run(run func(context1 context.Context, iPServiceListRequest *apiv2.IPServiceListRequest)) *IPServiceHandler_List_Call

func (*IPServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, iPServiceListRequest *apiv2.IPServiceListRequest) (*apiv2.IPServiceListResponse, error)) *IPServiceHandler_List_Call

type IPServiceHandler_Update_Call added in v0.0.34

type IPServiceHandler_Update_Call struct {
	*mock.Call
}

IPServiceHandler_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*IPServiceHandler_Update_Call) Return added in v0.0.34

func (_c *IPServiceHandler_Update_Call) Return(iPServiceUpdateResponse *apiv2.IPServiceUpdateResponse, err error) *IPServiceHandler_Update_Call

func (*IPServiceHandler_Update_Call) Run added in v0.0.34

func (_c *IPServiceHandler_Update_Call) Run(run func(context1 context.Context, iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest)) *IPServiceHandler_Update_Call

func (*IPServiceHandler_Update_Call) RunAndReturn added in v0.0.34

func (_c *IPServiceHandler_Update_Call) RunAndReturn(run func(context1 context.Context, iPServiceUpdateRequest *apiv2.IPServiceUpdateRequest) (*apiv2.IPServiceUpdateResponse, error)) *IPServiceHandler_Update_Call

type ImageServiceClient

type ImageServiceClient struct {
	mock.Mock
}

ImageServiceClient is an autogenerated mock type for the ImageServiceClient type

func NewImageServiceClient

func NewImageServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ImageServiceClient

NewImageServiceClient creates a new instance of ImageServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ImageServiceClient) EXPECT added in v0.0.34

func (*ImageServiceClient) Get

func (_mock *ImageServiceClient) Get(context1 context.Context, imageServiceGetRequest *apiv2.ImageServiceGetRequest) (*apiv2.ImageServiceGetResponse, error)

Get provides a mock function for the type ImageServiceClient

func (*ImageServiceClient) Latest

func (_mock *ImageServiceClient) Latest(context1 context.Context, imageServiceLatestRequest *apiv2.ImageServiceLatestRequest) (*apiv2.ImageServiceLatestResponse, error)

Latest provides a mock function for the type ImageServiceClient

func (*ImageServiceClient) List

func (_mock *ImageServiceClient) List(context1 context.Context, imageServiceListRequest *apiv2.ImageServiceListRequest) (*apiv2.ImageServiceListResponse, error)

List provides a mock function for the type ImageServiceClient

type ImageServiceClient_Expecter added in v0.0.34

type ImageServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*ImageServiceClient_Expecter) Get added in v0.0.34

func (_e *ImageServiceClient_Expecter) Get(context1 interface{}, imageServiceGetRequest interface{}) *ImageServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • imageServiceGetRequest *apiv2.ImageServiceGetRequest

func (*ImageServiceClient_Expecter) Latest added in v0.0.34

func (_e *ImageServiceClient_Expecter) Latest(context1 interface{}, imageServiceLatestRequest interface{}) *ImageServiceClient_Latest_Call

Latest is a helper method to define mock.On call

  • context1 context.Context
  • imageServiceLatestRequest *apiv2.ImageServiceLatestRequest

func (*ImageServiceClient_Expecter) List added in v0.0.34

func (_e *ImageServiceClient_Expecter) List(context1 interface{}, imageServiceListRequest interface{}) *ImageServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • imageServiceListRequest *apiv2.ImageServiceListRequest

type ImageServiceClient_Get_Call added in v0.0.34

type ImageServiceClient_Get_Call struct {
	*mock.Call
}

ImageServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*ImageServiceClient_Get_Call) Return added in v0.0.34

func (_c *ImageServiceClient_Get_Call) Return(imageServiceGetResponse *apiv2.ImageServiceGetResponse, err error) *ImageServiceClient_Get_Call

func (*ImageServiceClient_Get_Call) Run added in v0.0.34

func (_c *ImageServiceClient_Get_Call) Run(run func(context1 context.Context, imageServiceGetRequest *apiv2.ImageServiceGetRequest)) *ImageServiceClient_Get_Call

func (*ImageServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *ImageServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, imageServiceGetRequest *apiv2.ImageServiceGetRequest) (*apiv2.ImageServiceGetResponse, error)) *ImageServiceClient_Get_Call

type ImageServiceClient_Latest_Call added in v0.0.34

type ImageServiceClient_Latest_Call struct {
	*mock.Call
}

ImageServiceClient_Latest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Latest'

func (*ImageServiceClient_Latest_Call) Return added in v0.0.34

func (_c *ImageServiceClient_Latest_Call) Return(imageServiceLatestResponse *apiv2.ImageServiceLatestResponse, err error) *ImageServiceClient_Latest_Call

func (*ImageServiceClient_Latest_Call) Run added in v0.0.34

func (_c *ImageServiceClient_Latest_Call) Run(run func(context1 context.Context, imageServiceLatestRequest *apiv2.ImageServiceLatestRequest)) *ImageServiceClient_Latest_Call

func (*ImageServiceClient_Latest_Call) RunAndReturn added in v0.0.34

func (_c *ImageServiceClient_Latest_Call) RunAndReturn(run func(context1 context.Context, imageServiceLatestRequest *apiv2.ImageServiceLatestRequest) (*apiv2.ImageServiceLatestResponse, error)) *ImageServiceClient_Latest_Call

type ImageServiceClient_List_Call added in v0.0.34

type ImageServiceClient_List_Call struct {
	*mock.Call
}

ImageServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*ImageServiceClient_List_Call) Return added in v0.0.34

func (_c *ImageServiceClient_List_Call) Return(imageServiceListResponse *apiv2.ImageServiceListResponse, err error) *ImageServiceClient_List_Call

func (*ImageServiceClient_List_Call) Run added in v0.0.34

func (_c *ImageServiceClient_List_Call) Run(run func(context1 context.Context, imageServiceListRequest *apiv2.ImageServiceListRequest)) *ImageServiceClient_List_Call

func (*ImageServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *ImageServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, imageServiceListRequest *apiv2.ImageServiceListRequest) (*apiv2.ImageServiceListResponse, error)) *ImageServiceClient_List_Call

type ImageServiceHandler

type ImageServiceHandler struct {
	mock.Mock
}

ImageServiceHandler is an autogenerated mock type for the ImageServiceHandler type

func NewImageServiceHandler

func NewImageServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *ImageServiceHandler

NewImageServiceHandler creates a new instance of ImageServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ImageServiceHandler) EXPECT added in v0.0.34

func (*ImageServiceHandler) Get

func (_mock *ImageServiceHandler) Get(context1 context.Context, imageServiceGetRequest *apiv2.ImageServiceGetRequest) (*apiv2.ImageServiceGetResponse, error)

Get provides a mock function for the type ImageServiceHandler

func (*ImageServiceHandler) Latest

func (_mock *ImageServiceHandler) Latest(context1 context.Context, imageServiceLatestRequest *apiv2.ImageServiceLatestRequest) (*apiv2.ImageServiceLatestResponse, error)

Latest provides a mock function for the type ImageServiceHandler

func (*ImageServiceHandler) List

func (_mock *ImageServiceHandler) List(context1 context.Context, imageServiceListRequest *apiv2.ImageServiceListRequest) (*apiv2.ImageServiceListResponse, error)

List provides a mock function for the type ImageServiceHandler

type ImageServiceHandler_Expecter added in v0.0.34

type ImageServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*ImageServiceHandler_Expecter) Get added in v0.0.34

func (_e *ImageServiceHandler_Expecter) Get(context1 interface{}, imageServiceGetRequest interface{}) *ImageServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • imageServiceGetRequest *apiv2.ImageServiceGetRequest

func (*ImageServiceHandler_Expecter) Latest added in v0.0.34

func (_e *ImageServiceHandler_Expecter) Latest(context1 interface{}, imageServiceLatestRequest interface{}) *ImageServiceHandler_Latest_Call

Latest is a helper method to define mock.On call

  • context1 context.Context
  • imageServiceLatestRequest *apiv2.ImageServiceLatestRequest

func (*ImageServiceHandler_Expecter) List added in v0.0.34

func (_e *ImageServiceHandler_Expecter) List(context1 interface{}, imageServiceListRequest interface{}) *ImageServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • imageServiceListRequest *apiv2.ImageServiceListRequest

type ImageServiceHandler_Get_Call added in v0.0.34

type ImageServiceHandler_Get_Call struct {
	*mock.Call
}

ImageServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*ImageServiceHandler_Get_Call) Return added in v0.0.34

func (_c *ImageServiceHandler_Get_Call) Return(imageServiceGetResponse *apiv2.ImageServiceGetResponse, err error) *ImageServiceHandler_Get_Call

func (*ImageServiceHandler_Get_Call) Run added in v0.0.34

func (_c *ImageServiceHandler_Get_Call) Run(run func(context1 context.Context, imageServiceGetRequest *apiv2.ImageServiceGetRequest)) *ImageServiceHandler_Get_Call

func (*ImageServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *ImageServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, imageServiceGetRequest *apiv2.ImageServiceGetRequest) (*apiv2.ImageServiceGetResponse, error)) *ImageServiceHandler_Get_Call

type ImageServiceHandler_Latest_Call added in v0.0.34

type ImageServiceHandler_Latest_Call struct {
	*mock.Call
}

ImageServiceHandler_Latest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Latest'

func (*ImageServiceHandler_Latest_Call) Return added in v0.0.34

func (_c *ImageServiceHandler_Latest_Call) Return(imageServiceLatestResponse *apiv2.ImageServiceLatestResponse, err error) *ImageServiceHandler_Latest_Call

func (*ImageServiceHandler_Latest_Call) Run added in v0.0.34

func (_c *ImageServiceHandler_Latest_Call) Run(run func(context1 context.Context, imageServiceLatestRequest *apiv2.ImageServiceLatestRequest)) *ImageServiceHandler_Latest_Call

func (*ImageServiceHandler_Latest_Call) RunAndReturn added in v0.0.34

func (_c *ImageServiceHandler_Latest_Call) RunAndReturn(run func(context1 context.Context, imageServiceLatestRequest *apiv2.ImageServiceLatestRequest) (*apiv2.ImageServiceLatestResponse, error)) *ImageServiceHandler_Latest_Call

type ImageServiceHandler_List_Call added in v0.0.34

type ImageServiceHandler_List_Call struct {
	*mock.Call
}

ImageServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*ImageServiceHandler_List_Call) Return added in v0.0.34

func (_c *ImageServiceHandler_List_Call) Return(imageServiceListResponse *apiv2.ImageServiceListResponse, err error) *ImageServiceHandler_List_Call

func (*ImageServiceHandler_List_Call) Run added in v0.0.34

func (_c *ImageServiceHandler_List_Call) Run(run func(context1 context.Context, imageServiceListRequest *apiv2.ImageServiceListRequest)) *ImageServiceHandler_List_Call

func (*ImageServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *ImageServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, imageServiceListRequest *apiv2.ImageServiceListRequest) (*apiv2.ImageServiceListResponse, error)) *ImageServiceHandler_List_Call

type MachineServiceClient added in v0.0.9

type MachineServiceClient struct {
	mock.Mock
}

MachineServiceClient is an autogenerated mock type for the MachineServiceClient type

func NewMachineServiceClient added in v0.0.9

func NewMachineServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MachineServiceClient

NewMachineServiceClient creates a new instance of MachineServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MachineServiceClient) Create added in v0.0.9

func (_mock *MachineServiceClient) Create(context1 context.Context, machineServiceCreateRequest *apiv2.MachineServiceCreateRequest) (*apiv2.MachineServiceCreateResponse, error)

Create provides a mock function for the type MachineServiceClient

func (*MachineServiceClient) Delete added in v0.0.9

func (_mock *MachineServiceClient) Delete(context1 context.Context, machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest) (*apiv2.MachineServiceDeleteResponse, error)

Delete provides a mock function for the type MachineServiceClient

func (*MachineServiceClient) EXPECT added in v0.0.34

func (*MachineServiceClient) Get added in v0.0.9

func (_mock *MachineServiceClient) Get(context1 context.Context, machineServiceGetRequest *apiv2.MachineServiceGetRequest) (*apiv2.MachineServiceGetResponse, error)

Get provides a mock function for the type MachineServiceClient

func (*MachineServiceClient) List added in v0.0.9

func (_mock *MachineServiceClient) List(context1 context.Context, machineServiceListRequest *apiv2.MachineServiceListRequest) (*apiv2.MachineServiceListResponse, error)

List provides a mock function for the type MachineServiceClient

func (*MachineServiceClient) Update added in v0.0.9

func (_mock *MachineServiceClient) Update(context1 context.Context, machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest) (*apiv2.MachineServiceUpdateResponse, error)

Update provides a mock function for the type MachineServiceClient

type MachineServiceClient_Create_Call added in v0.0.34

type MachineServiceClient_Create_Call struct {
	*mock.Call
}

MachineServiceClient_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*MachineServiceClient_Create_Call) Return added in v0.0.34

func (_c *MachineServiceClient_Create_Call) Return(machineServiceCreateResponse *apiv2.MachineServiceCreateResponse, err error) *MachineServiceClient_Create_Call

func (*MachineServiceClient_Create_Call) Run added in v0.0.34

func (_c *MachineServiceClient_Create_Call) Run(run func(context1 context.Context, machineServiceCreateRequest *apiv2.MachineServiceCreateRequest)) *MachineServiceClient_Create_Call

func (*MachineServiceClient_Create_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceClient_Create_Call) RunAndReturn(run func(context1 context.Context, machineServiceCreateRequest *apiv2.MachineServiceCreateRequest) (*apiv2.MachineServiceCreateResponse, error)) *MachineServiceClient_Create_Call

type MachineServiceClient_Delete_Call added in v0.0.34

type MachineServiceClient_Delete_Call struct {
	*mock.Call
}

MachineServiceClient_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MachineServiceClient_Delete_Call) Return added in v0.0.34

func (_c *MachineServiceClient_Delete_Call) Return(machineServiceDeleteResponse *apiv2.MachineServiceDeleteResponse, err error) *MachineServiceClient_Delete_Call

func (*MachineServiceClient_Delete_Call) Run added in v0.0.34

func (_c *MachineServiceClient_Delete_Call) Run(run func(context1 context.Context, machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest)) *MachineServiceClient_Delete_Call

func (*MachineServiceClient_Delete_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceClient_Delete_Call) RunAndReturn(run func(context1 context.Context, machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest) (*apiv2.MachineServiceDeleteResponse, error)) *MachineServiceClient_Delete_Call

type MachineServiceClient_Expecter added in v0.0.34

type MachineServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MachineServiceClient_Expecter) Create added in v0.0.34

func (_e *MachineServiceClient_Expecter) Create(context1 interface{}, machineServiceCreateRequest interface{}) *MachineServiceClient_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceCreateRequest *apiv2.MachineServiceCreateRequest

func (*MachineServiceClient_Expecter) Delete added in v0.0.34

func (_e *MachineServiceClient_Expecter) Delete(context1 interface{}, machineServiceDeleteRequest interface{}) *MachineServiceClient_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest

func (*MachineServiceClient_Expecter) Get added in v0.0.34

func (_e *MachineServiceClient_Expecter) Get(context1 interface{}, machineServiceGetRequest interface{}) *MachineServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceGetRequest *apiv2.MachineServiceGetRequest

func (*MachineServiceClient_Expecter) List added in v0.0.34

func (_e *MachineServiceClient_Expecter) List(context1 interface{}, machineServiceListRequest interface{}) *MachineServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceListRequest *apiv2.MachineServiceListRequest

func (*MachineServiceClient_Expecter) Update added in v0.0.34

func (_e *MachineServiceClient_Expecter) Update(context1 interface{}, machineServiceUpdateRequest interface{}) *MachineServiceClient_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest

type MachineServiceClient_Get_Call added in v0.0.34

type MachineServiceClient_Get_Call struct {
	*mock.Call
}

MachineServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MachineServiceClient_Get_Call) Return added in v0.0.34

func (_c *MachineServiceClient_Get_Call) Return(machineServiceGetResponse *apiv2.MachineServiceGetResponse, err error) *MachineServiceClient_Get_Call

func (*MachineServiceClient_Get_Call) Run added in v0.0.34

func (_c *MachineServiceClient_Get_Call) Run(run func(context1 context.Context, machineServiceGetRequest *apiv2.MachineServiceGetRequest)) *MachineServiceClient_Get_Call

func (*MachineServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, machineServiceGetRequest *apiv2.MachineServiceGetRequest) (*apiv2.MachineServiceGetResponse, error)) *MachineServiceClient_Get_Call

type MachineServiceClient_List_Call added in v0.0.34

type MachineServiceClient_List_Call struct {
	*mock.Call
}

MachineServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MachineServiceClient_List_Call) Return added in v0.0.34

func (_c *MachineServiceClient_List_Call) Return(machineServiceListResponse *apiv2.MachineServiceListResponse, err error) *MachineServiceClient_List_Call

func (*MachineServiceClient_List_Call) Run added in v0.0.34

func (_c *MachineServiceClient_List_Call) Run(run func(context1 context.Context, machineServiceListRequest *apiv2.MachineServiceListRequest)) *MachineServiceClient_List_Call

func (*MachineServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, machineServiceListRequest *apiv2.MachineServiceListRequest) (*apiv2.MachineServiceListResponse, error)) *MachineServiceClient_List_Call

type MachineServiceClient_Update_Call added in v0.0.34

type MachineServiceClient_Update_Call struct {
	*mock.Call
}

MachineServiceClient_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MachineServiceClient_Update_Call) Return added in v0.0.34

func (_c *MachineServiceClient_Update_Call) Return(machineServiceUpdateResponse *apiv2.MachineServiceUpdateResponse, err error) *MachineServiceClient_Update_Call

func (*MachineServiceClient_Update_Call) Run added in v0.0.34

func (_c *MachineServiceClient_Update_Call) Run(run func(context1 context.Context, machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest)) *MachineServiceClient_Update_Call

func (*MachineServiceClient_Update_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceClient_Update_Call) RunAndReturn(run func(context1 context.Context, machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest) (*apiv2.MachineServiceUpdateResponse, error)) *MachineServiceClient_Update_Call

type MachineServiceHandler added in v0.0.9

type MachineServiceHandler struct {
	mock.Mock
}

MachineServiceHandler is an autogenerated mock type for the MachineServiceHandler type

func NewMachineServiceHandler added in v0.0.9

func NewMachineServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *MachineServiceHandler

NewMachineServiceHandler creates a new instance of MachineServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MachineServiceHandler) Create added in v0.0.9

func (_mock *MachineServiceHandler) Create(context1 context.Context, machineServiceCreateRequest *apiv2.MachineServiceCreateRequest) (*apiv2.MachineServiceCreateResponse, error)

Create provides a mock function for the type MachineServiceHandler

func (*MachineServiceHandler) Delete added in v0.0.9

func (_mock *MachineServiceHandler) Delete(context1 context.Context, machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest) (*apiv2.MachineServiceDeleteResponse, error)

Delete provides a mock function for the type MachineServiceHandler

func (*MachineServiceHandler) EXPECT added in v0.0.34

func (*MachineServiceHandler) Get added in v0.0.9

func (_mock *MachineServiceHandler) Get(context1 context.Context, machineServiceGetRequest *apiv2.MachineServiceGetRequest) (*apiv2.MachineServiceGetResponse, error)

Get provides a mock function for the type MachineServiceHandler

func (*MachineServiceHandler) List added in v0.0.9

func (_mock *MachineServiceHandler) List(context1 context.Context, machineServiceListRequest *apiv2.MachineServiceListRequest) (*apiv2.MachineServiceListResponse, error)

List provides a mock function for the type MachineServiceHandler

func (*MachineServiceHandler) Update added in v0.0.9

func (_mock *MachineServiceHandler) Update(context1 context.Context, machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest) (*apiv2.MachineServiceUpdateResponse, error)

Update provides a mock function for the type MachineServiceHandler

type MachineServiceHandler_Create_Call added in v0.0.34

type MachineServiceHandler_Create_Call struct {
	*mock.Call
}

MachineServiceHandler_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*MachineServiceHandler_Create_Call) Return added in v0.0.34

func (_c *MachineServiceHandler_Create_Call) Return(machineServiceCreateResponse *apiv2.MachineServiceCreateResponse, err error) *MachineServiceHandler_Create_Call

func (*MachineServiceHandler_Create_Call) Run added in v0.0.34

func (_c *MachineServiceHandler_Create_Call) Run(run func(context1 context.Context, machineServiceCreateRequest *apiv2.MachineServiceCreateRequest)) *MachineServiceHandler_Create_Call

func (*MachineServiceHandler_Create_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceHandler_Create_Call) RunAndReturn(run func(context1 context.Context, machineServiceCreateRequest *apiv2.MachineServiceCreateRequest) (*apiv2.MachineServiceCreateResponse, error)) *MachineServiceHandler_Create_Call

type MachineServiceHandler_Delete_Call added in v0.0.34

type MachineServiceHandler_Delete_Call struct {
	*mock.Call
}

MachineServiceHandler_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MachineServiceHandler_Delete_Call) Return added in v0.0.34

func (_c *MachineServiceHandler_Delete_Call) Return(machineServiceDeleteResponse *apiv2.MachineServiceDeleteResponse, err error) *MachineServiceHandler_Delete_Call

func (*MachineServiceHandler_Delete_Call) Run added in v0.0.34

func (_c *MachineServiceHandler_Delete_Call) Run(run func(context1 context.Context, machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest)) *MachineServiceHandler_Delete_Call

func (*MachineServiceHandler_Delete_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceHandler_Delete_Call) RunAndReturn(run func(context1 context.Context, machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest) (*apiv2.MachineServiceDeleteResponse, error)) *MachineServiceHandler_Delete_Call

type MachineServiceHandler_Expecter added in v0.0.34

type MachineServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*MachineServiceHandler_Expecter) Create added in v0.0.34

func (_e *MachineServiceHandler_Expecter) Create(context1 interface{}, machineServiceCreateRequest interface{}) *MachineServiceHandler_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceCreateRequest *apiv2.MachineServiceCreateRequest

func (*MachineServiceHandler_Expecter) Delete added in v0.0.34

func (_e *MachineServiceHandler_Expecter) Delete(context1 interface{}, machineServiceDeleteRequest interface{}) *MachineServiceHandler_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceDeleteRequest *apiv2.MachineServiceDeleteRequest

func (*MachineServiceHandler_Expecter) Get added in v0.0.34

func (_e *MachineServiceHandler_Expecter) Get(context1 interface{}, machineServiceGetRequest interface{}) *MachineServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceGetRequest *apiv2.MachineServiceGetRequest

func (*MachineServiceHandler_Expecter) List added in v0.0.34

func (_e *MachineServiceHandler_Expecter) List(context1 interface{}, machineServiceListRequest interface{}) *MachineServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceListRequest *apiv2.MachineServiceListRequest

func (*MachineServiceHandler_Expecter) Update added in v0.0.34

func (_e *MachineServiceHandler_Expecter) Update(context1 interface{}, machineServiceUpdateRequest interface{}) *MachineServiceHandler_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest

type MachineServiceHandler_Get_Call added in v0.0.34

type MachineServiceHandler_Get_Call struct {
	*mock.Call
}

MachineServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MachineServiceHandler_Get_Call) Return added in v0.0.34

func (_c *MachineServiceHandler_Get_Call) Return(machineServiceGetResponse *apiv2.MachineServiceGetResponse, err error) *MachineServiceHandler_Get_Call

func (*MachineServiceHandler_Get_Call) Run added in v0.0.34

func (_c *MachineServiceHandler_Get_Call) Run(run func(context1 context.Context, machineServiceGetRequest *apiv2.MachineServiceGetRequest)) *MachineServiceHandler_Get_Call

func (*MachineServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, machineServiceGetRequest *apiv2.MachineServiceGetRequest) (*apiv2.MachineServiceGetResponse, error)) *MachineServiceHandler_Get_Call

type MachineServiceHandler_List_Call added in v0.0.34

type MachineServiceHandler_List_Call struct {
	*mock.Call
}

MachineServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MachineServiceHandler_List_Call) Return added in v0.0.34

func (_c *MachineServiceHandler_List_Call) Return(machineServiceListResponse *apiv2.MachineServiceListResponse, err error) *MachineServiceHandler_List_Call

func (*MachineServiceHandler_List_Call) Run added in v0.0.34

func (_c *MachineServiceHandler_List_Call) Run(run func(context1 context.Context, machineServiceListRequest *apiv2.MachineServiceListRequest)) *MachineServiceHandler_List_Call

func (*MachineServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, machineServiceListRequest *apiv2.MachineServiceListRequest) (*apiv2.MachineServiceListResponse, error)) *MachineServiceHandler_List_Call

type MachineServiceHandler_Update_Call added in v0.0.34

type MachineServiceHandler_Update_Call struct {
	*mock.Call
}

MachineServiceHandler_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MachineServiceHandler_Update_Call) Return added in v0.0.34

func (_c *MachineServiceHandler_Update_Call) Return(machineServiceUpdateResponse *apiv2.MachineServiceUpdateResponse, err error) *MachineServiceHandler_Update_Call

func (*MachineServiceHandler_Update_Call) Run added in v0.0.34

func (_c *MachineServiceHandler_Update_Call) Run(run func(context1 context.Context, machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest)) *MachineServiceHandler_Update_Call

func (*MachineServiceHandler_Update_Call) RunAndReturn added in v0.0.34

func (_c *MachineServiceHandler_Update_Call) RunAndReturn(run func(context1 context.Context, machineServiceUpdateRequest *apiv2.MachineServiceUpdateRequest) (*apiv2.MachineServiceUpdateResponse, error)) *MachineServiceHandler_Update_Call

type MethodServiceClient

type MethodServiceClient struct {
	mock.Mock
}

MethodServiceClient is an autogenerated mock type for the MethodServiceClient type

func NewMethodServiceClient

func NewMethodServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MethodServiceClient

NewMethodServiceClient creates a new instance of MethodServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MethodServiceClient) EXPECT added in v0.0.34

func (*MethodServiceClient) List

func (_mock *MethodServiceClient) List(context1 context.Context, methodServiceListRequest *apiv2.MethodServiceListRequest) (*apiv2.MethodServiceListResponse, error)

List provides a mock function for the type MethodServiceClient

func (*MethodServiceClient) TokenScopedList

func (_mock *MethodServiceClient) TokenScopedList(context1 context.Context, methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest) (*apiv2.MethodServiceTokenScopedListResponse, error)

TokenScopedList provides a mock function for the type MethodServiceClient

type MethodServiceClient_Expecter added in v0.0.34

type MethodServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MethodServiceClient_Expecter) List added in v0.0.34

func (_e *MethodServiceClient_Expecter) List(context1 interface{}, methodServiceListRequest interface{}) *MethodServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • methodServiceListRequest *apiv2.MethodServiceListRequest

func (*MethodServiceClient_Expecter) TokenScopedList added in v0.0.34

func (_e *MethodServiceClient_Expecter) TokenScopedList(context1 interface{}, methodServiceTokenScopedListRequest interface{}) *MethodServiceClient_TokenScopedList_Call

TokenScopedList is a helper method to define mock.On call

  • context1 context.Context
  • methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest

type MethodServiceClient_List_Call added in v0.0.34

type MethodServiceClient_List_Call struct {
	*mock.Call
}

MethodServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MethodServiceClient_List_Call) Return added in v0.0.34

func (_c *MethodServiceClient_List_Call) Return(methodServiceListResponse *apiv2.MethodServiceListResponse, err error) *MethodServiceClient_List_Call

func (*MethodServiceClient_List_Call) Run added in v0.0.34

func (_c *MethodServiceClient_List_Call) Run(run func(context1 context.Context, methodServiceListRequest *apiv2.MethodServiceListRequest)) *MethodServiceClient_List_Call

func (*MethodServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *MethodServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, methodServiceListRequest *apiv2.MethodServiceListRequest) (*apiv2.MethodServiceListResponse, error)) *MethodServiceClient_List_Call

type MethodServiceClient_TokenScopedList_Call added in v0.0.34

type MethodServiceClient_TokenScopedList_Call struct {
	*mock.Call
}

MethodServiceClient_TokenScopedList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TokenScopedList'

func (*MethodServiceClient_TokenScopedList_Call) Return added in v0.0.34

func (_c *MethodServiceClient_TokenScopedList_Call) Return(methodServiceTokenScopedListResponse *apiv2.MethodServiceTokenScopedListResponse, err error) *MethodServiceClient_TokenScopedList_Call

func (*MethodServiceClient_TokenScopedList_Call) Run added in v0.0.34

func (_c *MethodServiceClient_TokenScopedList_Call) Run(run func(context1 context.Context, methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest)) *MethodServiceClient_TokenScopedList_Call

func (*MethodServiceClient_TokenScopedList_Call) RunAndReturn added in v0.0.34

func (_c *MethodServiceClient_TokenScopedList_Call) RunAndReturn(run func(context1 context.Context, methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest) (*apiv2.MethodServiceTokenScopedListResponse, error)) *MethodServiceClient_TokenScopedList_Call

type MethodServiceHandler

type MethodServiceHandler struct {
	mock.Mock
}

MethodServiceHandler is an autogenerated mock type for the MethodServiceHandler type

func NewMethodServiceHandler

func NewMethodServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *MethodServiceHandler

NewMethodServiceHandler creates a new instance of MethodServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MethodServiceHandler) EXPECT added in v0.0.34

func (*MethodServiceHandler) List

func (_mock *MethodServiceHandler) List(context1 context.Context, methodServiceListRequest *apiv2.MethodServiceListRequest) (*apiv2.MethodServiceListResponse, error)

List provides a mock function for the type MethodServiceHandler

func (*MethodServiceHandler) TokenScopedList

func (_mock *MethodServiceHandler) TokenScopedList(context1 context.Context, methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest) (*apiv2.MethodServiceTokenScopedListResponse, error)

TokenScopedList provides a mock function for the type MethodServiceHandler

type MethodServiceHandler_Expecter added in v0.0.34

type MethodServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*MethodServiceHandler_Expecter) List added in v0.0.34

func (_e *MethodServiceHandler_Expecter) List(context1 interface{}, methodServiceListRequest interface{}) *MethodServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • methodServiceListRequest *apiv2.MethodServiceListRequest

func (*MethodServiceHandler_Expecter) TokenScopedList added in v0.0.34

func (_e *MethodServiceHandler_Expecter) TokenScopedList(context1 interface{}, methodServiceTokenScopedListRequest interface{}) *MethodServiceHandler_TokenScopedList_Call

TokenScopedList is a helper method to define mock.On call

  • context1 context.Context
  • methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest

type MethodServiceHandler_List_Call added in v0.0.34

type MethodServiceHandler_List_Call struct {
	*mock.Call
}

MethodServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MethodServiceHandler_List_Call) Return added in v0.0.34

func (_c *MethodServiceHandler_List_Call) Return(methodServiceListResponse *apiv2.MethodServiceListResponse, err error) *MethodServiceHandler_List_Call

func (*MethodServiceHandler_List_Call) Run added in v0.0.34

func (_c *MethodServiceHandler_List_Call) Run(run func(context1 context.Context, methodServiceListRequest *apiv2.MethodServiceListRequest)) *MethodServiceHandler_List_Call

func (*MethodServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *MethodServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, methodServiceListRequest *apiv2.MethodServiceListRequest) (*apiv2.MethodServiceListResponse, error)) *MethodServiceHandler_List_Call

type MethodServiceHandler_TokenScopedList_Call added in v0.0.34

type MethodServiceHandler_TokenScopedList_Call struct {
	*mock.Call
}

MethodServiceHandler_TokenScopedList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TokenScopedList'

func (*MethodServiceHandler_TokenScopedList_Call) Return added in v0.0.34

func (_c *MethodServiceHandler_TokenScopedList_Call) Return(methodServiceTokenScopedListResponse *apiv2.MethodServiceTokenScopedListResponse, err error) *MethodServiceHandler_TokenScopedList_Call

func (*MethodServiceHandler_TokenScopedList_Call) Run added in v0.0.34

func (_c *MethodServiceHandler_TokenScopedList_Call) Run(run func(context1 context.Context, methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest)) *MethodServiceHandler_TokenScopedList_Call

func (*MethodServiceHandler_TokenScopedList_Call) RunAndReturn added in v0.0.34

func (_c *MethodServiceHandler_TokenScopedList_Call) RunAndReturn(run func(context1 context.Context, methodServiceTokenScopedListRequest *apiv2.MethodServiceTokenScopedListRequest) (*apiv2.MethodServiceTokenScopedListResponse, error)) *MethodServiceHandler_TokenScopedList_Call

type NetworkServiceClient

type NetworkServiceClient struct {
	mock.Mock
}

NetworkServiceClient is an autogenerated mock type for the NetworkServiceClient type

func NewNetworkServiceClient

func NewNetworkServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *NetworkServiceClient

NewNetworkServiceClient creates a new instance of NetworkServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*NetworkServiceClient) Create

func (_mock *NetworkServiceClient) Create(context1 context.Context, networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest) (*apiv2.NetworkServiceCreateResponse, error)

Create provides a mock function for the type NetworkServiceClient

func (*NetworkServiceClient) Delete

func (_mock *NetworkServiceClient) Delete(context1 context.Context, networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest) (*apiv2.NetworkServiceDeleteResponse, error)

Delete provides a mock function for the type NetworkServiceClient

func (*NetworkServiceClient) EXPECT added in v0.0.34

func (*NetworkServiceClient) Get

func (_mock *NetworkServiceClient) Get(context1 context.Context, networkServiceGetRequest *apiv2.NetworkServiceGetRequest) (*apiv2.NetworkServiceGetResponse, error)

Get provides a mock function for the type NetworkServiceClient

func (*NetworkServiceClient) List

func (_mock *NetworkServiceClient) List(context1 context.Context, networkServiceListRequest *apiv2.NetworkServiceListRequest) (*apiv2.NetworkServiceListResponse, error)

List provides a mock function for the type NetworkServiceClient

func (*NetworkServiceClient) ListBaseNetworks

func (_mock *NetworkServiceClient) ListBaseNetworks(context1 context.Context, networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest) (*apiv2.NetworkServiceListBaseNetworksResponse, error)

ListBaseNetworks provides a mock function for the type NetworkServiceClient

func (*NetworkServiceClient) Update

func (_mock *NetworkServiceClient) Update(context1 context.Context, networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest) (*apiv2.NetworkServiceUpdateResponse, error)

Update provides a mock function for the type NetworkServiceClient

type NetworkServiceClient_Create_Call added in v0.0.34

type NetworkServiceClient_Create_Call struct {
	*mock.Call
}

NetworkServiceClient_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*NetworkServiceClient_Create_Call) Return added in v0.0.34

func (_c *NetworkServiceClient_Create_Call) Return(networkServiceCreateResponse *apiv2.NetworkServiceCreateResponse, err error) *NetworkServiceClient_Create_Call

func (*NetworkServiceClient_Create_Call) Run added in v0.0.34

func (_c *NetworkServiceClient_Create_Call) Run(run func(context1 context.Context, networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest)) *NetworkServiceClient_Create_Call

func (*NetworkServiceClient_Create_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceClient_Create_Call) RunAndReturn(run func(context1 context.Context, networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest) (*apiv2.NetworkServiceCreateResponse, error)) *NetworkServiceClient_Create_Call

type NetworkServiceClient_Delete_Call added in v0.0.34

type NetworkServiceClient_Delete_Call struct {
	*mock.Call
}

NetworkServiceClient_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*NetworkServiceClient_Delete_Call) Return added in v0.0.34

func (_c *NetworkServiceClient_Delete_Call) Return(networkServiceDeleteResponse *apiv2.NetworkServiceDeleteResponse, err error) *NetworkServiceClient_Delete_Call

func (*NetworkServiceClient_Delete_Call) Run added in v0.0.34

func (_c *NetworkServiceClient_Delete_Call) Run(run func(context1 context.Context, networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest)) *NetworkServiceClient_Delete_Call

func (*NetworkServiceClient_Delete_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceClient_Delete_Call) RunAndReturn(run func(context1 context.Context, networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest) (*apiv2.NetworkServiceDeleteResponse, error)) *NetworkServiceClient_Delete_Call

type NetworkServiceClient_Expecter added in v0.0.34

type NetworkServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*NetworkServiceClient_Expecter) Create added in v0.0.34

func (_e *NetworkServiceClient_Expecter) Create(context1 interface{}, networkServiceCreateRequest interface{}) *NetworkServiceClient_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest

func (*NetworkServiceClient_Expecter) Delete added in v0.0.34

func (_e *NetworkServiceClient_Expecter) Delete(context1 interface{}, networkServiceDeleteRequest interface{}) *NetworkServiceClient_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest

func (*NetworkServiceClient_Expecter) Get added in v0.0.34

func (_e *NetworkServiceClient_Expecter) Get(context1 interface{}, networkServiceGetRequest interface{}) *NetworkServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceGetRequest *apiv2.NetworkServiceGetRequest

func (*NetworkServiceClient_Expecter) List added in v0.0.34

func (_e *NetworkServiceClient_Expecter) List(context1 interface{}, networkServiceListRequest interface{}) *NetworkServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceListRequest *apiv2.NetworkServiceListRequest

func (*NetworkServiceClient_Expecter) ListBaseNetworks added in v0.0.34

func (_e *NetworkServiceClient_Expecter) ListBaseNetworks(context1 interface{}, networkServiceListBaseNetworksRequest interface{}) *NetworkServiceClient_ListBaseNetworks_Call

ListBaseNetworks is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest

func (*NetworkServiceClient_Expecter) Update added in v0.0.34

func (_e *NetworkServiceClient_Expecter) Update(context1 interface{}, networkServiceUpdateRequest interface{}) *NetworkServiceClient_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest

type NetworkServiceClient_Get_Call added in v0.0.34

type NetworkServiceClient_Get_Call struct {
	*mock.Call
}

NetworkServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*NetworkServiceClient_Get_Call) Return added in v0.0.34

func (_c *NetworkServiceClient_Get_Call) Return(networkServiceGetResponse *apiv2.NetworkServiceGetResponse, err error) *NetworkServiceClient_Get_Call

func (*NetworkServiceClient_Get_Call) Run added in v0.0.34

func (_c *NetworkServiceClient_Get_Call) Run(run func(context1 context.Context, networkServiceGetRequest *apiv2.NetworkServiceGetRequest)) *NetworkServiceClient_Get_Call

func (*NetworkServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, networkServiceGetRequest *apiv2.NetworkServiceGetRequest) (*apiv2.NetworkServiceGetResponse, error)) *NetworkServiceClient_Get_Call

type NetworkServiceClient_ListBaseNetworks_Call added in v0.0.34

type NetworkServiceClient_ListBaseNetworks_Call struct {
	*mock.Call
}

NetworkServiceClient_ListBaseNetworks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBaseNetworks'

func (*NetworkServiceClient_ListBaseNetworks_Call) Return added in v0.0.34

func (_c *NetworkServiceClient_ListBaseNetworks_Call) Return(networkServiceListBaseNetworksResponse *apiv2.NetworkServiceListBaseNetworksResponse, err error) *NetworkServiceClient_ListBaseNetworks_Call

func (*NetworkServiceClient_ListBaseNetworks_Call) Run added in v0.0.34

func (_c *NetworkServiceClient_ListBaseNetworks_Call) Run(run func(context1 context.Context, networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest)) *NetworkServiceClient_ListBaseNetworks_Call

func (*NetworkServiceClient_ListBaseNetworks_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceClient_ListBaseNetworks_Call) RunAndReturn(run func(context1 context.Context, networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest) (*apiv2.NetworkServiceListBaseNetworksResponse, error)) *NetworkServiceClient_ListBaseNetworks_Call

type NetworkServiceClient_List_Call added in v0.0.34

type NetworkServiceClient_List_Call struct {
	*mock.Call
}

NetworkServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*NetworkServiceClient_List_Call) Return added in v0.0.34

func (_c *NetworkServiceClient_List_Call) Return(networkServiceListResponse *apiv2.NetworkServiceListResponse, err error) *NetworkServiceClient_List_Call

func (*NetworkServiceClient_List_Call) Run added in v0.0.34

func (_c *NetworkServiceClient_List_Call) Run(run func(context1 context.Context, networkServiceListRequest *apiv2.NetworkServiceListRequest)) *NetworkServiceClient_List_Call

func (*NetworkServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, networkServiceListRequest *apiv2.NetworkServiceListRequest) (*apiv2.NetworkServiceListResponse, error)) *NetworkServiceClient_List_Call

type NetworkServiceClient_Update_Call added in v0.0.34

type NetworkServiceClient_Update_Call struct {
	*mock.Call
}

NetworkServiceClient_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*NetworkServiceClient_Update_Call) Return added in v0.0.34

func (_c *NetworkServiceClient_Update_Call) Return(networkServiceUpdateResponse *apiv2.NetworkServiceUpdateResponse, err error) *NetworkServiceClient_Update_Call

func (*NetworkServiceClient_Update_Call) Run added in v0.0.34

func (_c *NetworkServiceClient_Update_Call) Run(run func(context1 context.Context, networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest)) *NetworkServiceClient_Update_Call

func (*NetworkServiceClient_Update_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceClient_Update_Call) RunAndReturn(run func(context1 context.Context, networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest) (*apiv2.NetworkServiceUpdateResponse, error)) *NetworkServiceClient_Update_Call

type NetworkServiceHandler

type NetworkServiceHandler struct {
	mock.Mock
}

NetworkServiceHandler is an autogenerated mock type for the NetworkServiceHandler type

func NewNetworkServiceHandler

func NewNetworkServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *NetworkServiceHandler

NewNetworkServiceHandler creates a new instance of NetworkServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*NetworkServiceHandler) Create

func (_mock *NetworkServiceHandler) Create(context1 context.Context, networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest) (*apiv2.NetworkServiceCreateResponse, error)

Create provides a mock function for the type NetworkServiceHandler

func (*NetworkServiceHandler) Delete

func (_mock *NetworkServiceHandler) Delete(context1 context.Context, networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest) (*apiv2.NetworkServiceDeleteResponse, error)

Delete provides a mock function for the type NetworkServiceHandler

func (*NetworkServiceHandler) EXPECT added in v0.0.34

func (*NetworkServiceHandler) Get

func (_mock *NetworkServiceHandler) Get(context1 context.Context, networkServiceGetRequest *apiv2.NetworkServiceGetRequest) (*apiv2.NetworkServiceGetResponse, error)

Get provides a mock function for the type NetworkServiceHandler

func (*NetworkServiceHandler) List

func (_mock *NetworkServiceHandler) List(context1 context.Context, networkServiceListRequest *apiv2.NetworkServiceListRequest) (*apiv2.NetworkServiceListResponse, error)

List provides a mock function for the type NetworkServiceHandler

func (*NetworkServiceHandler) ListBaseNetworks

func (_mock *NetworkServiceHandler) ListBaseNetworks(context1 context.Context, networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest) (*apiv2.NetworkServiceListBaseNetworksResponse, error)

ListBaseNetworks provides a mock function for the type NetworkServiceHandler

func (*NetworkServiceHandler) Update

func (_mock *NetworkServiceHandler) Update(context1 context.Context, networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest) (*apiv2.NetworkServiceUpdateResponse, error)

Update provides a mock function for the type NetworkServiceHandler

type NetworkServiceHandler_Create_Call added in v0.0.34

type NetworkServiceHandler_Create_Call struct {
	*mock.Call
}

NetworkServiceHandler_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*NetworkServiceHandler_Create_Call) Return added in v0.0.34

func (_c *NetworkServiceHandler_Create_Call) Return(networkServiceCreateResponse *apiv2.NetworkServiceCreateResponse, err error) *NetworkServiceHandler_Create_Call

func (*NetworkServiceHandler_Create_Call) Run added in v0.0.34

func (_c *NetworkServiceHandler_Create_Call) Run(run func(context1 context.Context, networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest)) *NetworkServiceHandler_Create_Call

func (*NetworkServiceHandler_Create_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceHandler_Create_Call) RunAndReturn(run func(context1 context.Context, networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest) (*apiv2.NetworkServiceCreateResponse, error)) *NetworkServiceHandler_Create_Call

type NetworkServiceHandler_Delete_Call added in v0.0.34

type NetworkServiceHandler_Delete_Call struct {
	*mock.Call
}

NetworkServiceHandler_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*NetworkServiceHandler_Delete_Call) Return added in v0.0.34

func (_c *NetworkServiceHandler_Delete_Call) Return(networkServiceDeleteResponse *apiv2.NetworkServiceDeleteResponse, err error) *NetworkServiceHandler_Delete_Call

func (*NetworkServiceHandler_Delete_Call) Run added in v0.0.34

func (_c *NetworkServiceHandler_Delete_Call) Run(run func(context1 context.Context, networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest)) *NetworkServiceHandler_Delete_Call

func (*NetworkServiceHandler_Delete_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceHandler_Delete_Call) RunAndReturn(run func(context1 context.Context, networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest) (*apiv2.NetworkServiceDeleteResponse, error)) *NetworkServiceHandler_Delete_Call

type NetworkServiceHandler_Expecter added in v0.0.34

type NetworkServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*NetworkServiceHandler_Expecter) Create added in v0.0.34

func (_e *NetworkServiceHandler_Expecter) Create(context1 interface{}, networkServiceCreateRequest interface{}) *NetworkServiceHandler_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceCreateRequest *apiv2.NetworkServiceCreateRequest

func (*NetworkServiceHandler_Expecter) Delete added in v0.0.34

func (_e *NetworkServiceHandler_Expecter) Delete(context1 interface{}, networkServiceDeleteRequest interface{}) *NetworkServiceHandler_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceDeleteRequest *apiv2.NetworkServiceDeleteRequest

func (*NetworkServiceHandler_Expecter) Get added in v0.0.34

func (_e *NetworkServiceHandler_Expecter) Get(context1 interface{}, networkServiceGetRequest interface{}) *NetworkServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceGetRequest *apiv2.NetworkServiceGetRequest

func (*NetworkServiceHandler_Expecter) List added in v0.0.34

func (_e *NetworkServiceHandler_Expecter) List(context1 interface{}, networkServiceListRequest interface{}) *NetworkServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceListRequest *apiv2.NetworkServiceListRequest

func (*NetworkServiceHandler_Expecter) ListBaseNetworks added in v0.0.34

func (_e *NetworkServiceHandler_Expecter) ListBaseNetworks(context1 interface{}, networkServiceListBaseNetworksRequest interface{}) *NetworkServiceHandler_ListBaseNetworks_Call

ListBaseNetworks is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest

func (*NetworkServiceHandler_Expecter) Update added in v0.0.34

func (_e *NetworkServiceHandler_Expecter) Update(context1 interface{}, networkServiceUpdateRequest interface{}) *NetworkServiceHandler_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest

type NetworkServiceHandler_Get_Call added in v0.0.34

type NetworkServiceHandler_Get_Call struct {
	*mock.Call
}

NetworkServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*NetworkServiceHandler_Get_Call) Return added in v0.0.34

func (_c *NetworkServiceHandler_Get_Call) Return(networkServiceGetResponse *apiv2.NetworkServiceGetResponse, err error) *NetworkServiceHandler_Get_Call

func (*NetworkServiceHandler_Get_Call) Run added in v0.0.34

func (_c *NetworkServiceHandler_Get_Call) Run(run func(context1 context.Context, networkServiceGetRequest *apiv2.NetworkServiceGetRequest)) *NetworkServiceHandler_Get_Call

func (*NetworkServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, networkServiceGetRequest *apiv2.NetworkServiceGetRequest) (*apiv2.NetworkServiceGetResponse, error)) *NetworkServiceHandler_Get_Call

type NetworkServiceHandler_ListBaseNetworks_Call added in v0.0.34

type NetworkServiceHandler_ListBaseNetworks_Call struct {
	*mock.Call
}

NetworkServiceHandler_ListBaseNetworks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBaseNetworks'

func (*NetworkServiceHandler_ListBaseNetworks_Call) Return added in v0.0.34

func (_c *NetworkServiceHandler_ListBaseNetworks_Call) Return(networkServiceListBaseNetworksResponse *apiv2.NetworkServiceListBaseNetworksResponse, err error) *NetworkServiceHandler_ListBaseNetworks_Call

func (*NetworkServiceHandler_ListBaseNetworks_Call) Run added in v0.0.34

func (_c *NetworkServiceHandler_ListBaseNetworks_Call) Run(run func(context1 context.Context, networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest)) *NetworkServiceHandler_ListBaseNetworks_Call

func (*NetworkServiceHandler_ListBaseNetworks_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceHandler_ListBaseNetworks_Call) RunAndReturn(run func(context1 context.Context, networkServiceListBaseNetworksRequest *apiv2.NetworkServiceListBaseNetworksRequest) (*apiv2.NetworkServiceListBaseNetworksResponse, error)) *NetworkServiceHandler_ListBaseNetworks_Call

type NetworkServiceHandler_List_Call added in v0.0.34

type NetworkServiceHandler_List_Call struct {
	*mock.Call
}

NetworkServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*NetworkServiceHandler_List_Call) Return added in v0.0.34

func (_c *NetworkServiceHandler_List_Call) Return(networkServiceListResponse *apiv2.NetworkServiceListResponse, err error) *NetworkServiceHandler_List_Call

func (*NetworkServiceHandler_List_Call) Run added in v0.0.34

func (_c *NetworkServiceHandler_List_Call) Run(run func(context1 context.Context, networkServiceListRequest *apiv2.NetworkServiceListRequest)) *NetworkServiceHandler_List_Call

func (*NetworkServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, networkServiceListRequest *apiv2.NetworkServiceListRequest) (*apiv2.NetworkServiceListResponse, error)) *NetworkServiceHandler_List_Call

type NetworkServiceHandler_Update_Call added in v0.0.34

type NetworkServiceHandler_Update_Call struct {
	*mock.Call
}

NetworkServiceHandler_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*NetworkServiceHandler_Update_Call) Return added in v0.0.34

func (_c *NetworkServiceHandler_Update_Call) Return(networkServiceUpdateResponse *apiv2.NetworkServiceUpdateResponse, err error) *NetworkServiceHandler_Update_Call

func (*NetworkServiceHandler_Update_Call) Run added in v0.0.34

func (_c *NetworkServiceHandler_Update_Call) Run(run func(context1 context.Context, networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest)) *NetworkServiceHandler_Update_Call

func (*NetworkServiceHandler_Update_Call) RunAndReturn added in v0.0.34

func (_c *NetworkServiceHandler_Update_Call) RunAndReturn(run func(context1 context.Context, networkServiceUpdateRequest *apiv2.NetworkServiceUpdateRequest) (*apiv2.NetworkServiceUpdateResponse, error)) *NetworkServiceHandler_Update_Call

type PartitionServiceClient

type PartitionServiceClient struct {
	mock.Mock
}

PartitionServiceClient is an autogenerated mock type for the PartitionServiceClient type

func NewPartitionServiceClient

func NewPartitionServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *PartitionServiceClient

NewPartitionServiceClient creates a new instance of PartitionServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*PartitionServiceClient) EXPECT added in v0.0.34

func (*PartitionServiceClient) Get

func (_mock *PartitionServiceClient) Get(context1 context.Context, partitionServiceGetRequest *apiv2.PartitionServiceGetRequest) (*apiv2.PartitionServiceGetResponse, error)

Get provides a mock function for the type PartitionServiceClient

func (*PartitionServiceClient) List

func (_mock *PartitionServiceClient) List(context1 context.Context, partitionServiceListRequest *apiv2.PartitionServiceListRequest) (*apiv2.PartitionServiceListResponse, error)

List provides a mock function for the type PartitionServiceClient

type PartitionServiceClient_Expecter added in v0.0.34

type PartitionServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*PartitionServiceClient_Expecter) Get added in v0.0.34

func (_e *PartitionServiceClient_Expecter) Get(context1 interface{}, partitionServiceGetRequest interface{}) *PartitionServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • partitionServiceGetRequest *apiv2.PartitionServiceGetRequest

func (*PartitionServiceClient_Expecter) List added in v0.0.34

func (_e *PartitionServiceClient_Expecter) List(context1 interface{}, partitionServiceListRequest interface{}) *PartitionServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • partitionServiceListRequest *apiv2.PartitionServiceListRequest

type PartitionServiceClient_Get_Call added in v0.0.34

type PartitionServiceClient_Get_Call struct {
	*mock.Call
}

PartitionServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*PartitionServiceClient_Get_Call) Return added in v0.0.34

func (_c *PartitionServiceClient_Get_Call) Return(partitionServiceGetResponse *apiv2.PartitionServiceGetResponse, err error) *PartitionServiceClient_Get_Call

func (*PartitionServiceClient_Get_Call) Run added in v0.0.34

func (_c *PartitionServiceClient_Get_Call) Run(run func(context1 context.Context, partitionServiceGetRequest *apiv2.PartitionServiceGetRequest)) *PartitionServiceClient_Get_Call

func (*PartitionServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *PartitionServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, partitionServiceGetRequest *apiv2.PartitionServiceGetRequest) (*apiv2.PartitionServiceGetResponse, error)) *PartitionServiceClient_Get_Call

type PartitionServiceClient_List_Call added in v0.0.34

type PartitionServiceClient_List_Call struct {
	*mock.Call
}

PartitionServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*PartitionServiceClient_List_Call) Return added in v0.0.34

func (_c *PartitionServiceClient_List_Call) Return(partitionServiceListResponse *apiv2.PartitionServiceListResponse, err error) *PartitionServiceClient_List_Call

func (*PartitionServiceClient_List_Call) Run added in v0.0.34

func (_c *PartitionServiceClient_List_Call) Run(run func(context1 context.Context, partitionServiceListRequest *apiv2.PartitionServiceListRequest)) *PartitionServiceClient_List_Call

func (*PartitionServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *PartitionServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, partitionServiceListRequest *apiv2.PartitionServiceListRequest) (*apiv2.PartitionServiceListResponse, error)) *PartitionServiceClient_List_Call

type PartitionServiceHandler

type PartitionServiceHandler struct {
	mock.Mock
}

PartitionServiceHandler is an autogenerated mock type for the PartitionServiceHandler type

func NewPartitionServiceHandler

func NewPartitionServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *PartitionServiceHandler

NewPartitionServiceHandler creates a new instance of PartitionServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*PartitionServiceHandler) EXPECT added in v0.0.34

func (*PartitionServiceHandler) Get

func (_mock *PartitionServiceHandler) Get(context1 context.Context, partitionServiceGetRequest *apiv2.PartitionServiceGetRequest) (*apiv2.PartitionServiceGetResponse, error)

Get provides a mock function for the type PartitionServiceHandler

func (*PartitionServiceHandler) List

func (_mock *PartitionServiceHandler) List(context1 context.Context, partitionServiceListRequest *apiv2.PartitionServiceListRequest) (*apiv2.PartitionServiceListResponse, error)

List provides a mock function for the type PartitionServiceHandler

type PartitionServiceHandler_Expecter added in v0.0.34

type PartitionServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*PartitionServiceHandler_Expecter) Get added in v0.0.34

func (_e *PartitionServiceHandler_Expecter) Get(context1 interface{}, partitionServiceGetRequest interface{}) *PartitionServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • partitionServiceGetRequest *apiv2.PartitionServiceGetRequest

func (*PartitionServiceHandler_Expecter) List added in v0.0.34

func (_e *PartitionServiceHandler_Expecter) List(context1 interface{}, partitionServiceListRequest interface{}) *PartitionServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • partitionServiceListRequest *apiv2.PartitionServiceListRequest

type PartitionServiceHandler_Get_Call added in v0.0.34

type PartitionServiceHandler_Get_Call struct {
	*mock.Call
}

PartitionServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*PartitionServiceHandler_Get_Call) Return added in v0.0.34

func (_c *PartitionServiceHandler_Get_Call) Return(partitionServiceGetResponse *apiv2.PartitionServiceGetResponse, err error) *PartitionServiceHandler_Get_Call

func (*PartitionServiceHandler_Get_Call) Run added in v0.0.34

func (_c *PartitionServiceHandler_Get_Call) Run(run func(context1 context.Context, partitionServiceGetRequest *apiv2.PartitionServiceGetRequest)) *PartitionServiceHandler_Get_Call

func (*PartitionServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *PartitionServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, partitionServiceGetRequest *apiv2.PartitionServiceGetRequest) (*apiv2.PartitionServiceGetResponse, error)) *PartitionServiceHandler_Get_Call

type PartitionServiceHandler_List_Call added in v0.0.34

type PartitionServiceHandler_List_Call struct {
	*mock.Call
}

PartitionServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*PartitionServiceHandler_List_Call) Return added in v0.0.34

func (_c *PartitionServiceHandler_List_Call) Return(partitionServiceListResponse *apiv2.PartitionServiceListResponse, err error) *PartitionServiceHandler_List_Call

func (*PartitionServiceHandler_List_Call) Run added in v0.0.34

func (_c *PartitionServiceHandler_List_Call) Run(run func(context1 context.Context, partitionServiceListRequest *apiv2.PartitionServiceListRequest)) *PartitionServiceHandler_List_Call

func (*PartitionServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *PartitionServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, partitionServiceListRequest *apiv2.PartitionServiceListRequest) (*apiv2.PartitionServiceListResponse, error)) *PartitionServiceHandler_List_Call

type ProjectServiceClient

type ProjectServiceClient struct {
	mock.Mock
}

ProjectServiceClient is an autogenerated mock type for the ProjectServiceClient type

func NewProjectServiceClient

func NewProjectServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ProjectServiceClient

NewProjectServiceClient creates a new instance of ProjectServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ProjectServiceClient) Create

func (_mock *ProjectServiceClient) Create(context1 context.Context, projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest) (*apiv2.ProjectServiceCreateResponse, error)

Create provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) Delete

func (_mock *ProjectServiceClient) Delete(context1 context.Context, projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest) (*apiv2.ProjectServiceDeleteResponse, error)

Delete provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) EXPECT added in v0.0.34

func (*ProjectServiceClient) Get

func (_mock *ProjectServiceClient) Get(context1 context.Context, projectServiceGetRequest *apiv2.ProjectServiceGetRequest) (*apiv2.ProjectServiceGetResponse, error)

Get provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) Invite

func (_mock *ProjectServiceClient) Invite(context1 context.Context, projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest) (*apiv2.ProjectServiceInviteResponse, error)

Invite provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) InviteAccept

func (_mock *ProjectServiceClient) InviteAccept(context1 context.Context, projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest) (*apiv2.ProjectServiceInviteAcceptResponse, error)

InviteAccept provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) InviteDelete

func (_mock *ProjectServiceClient) InviteDelete(context1 context.Context, projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest) (*apiv2.ProjectServiceInviteDeleteResponse, error)

InviteDelete provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) InviteGet

func (_mock *ProjectServiceClient) InviteGet(context1 context.Context, projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest) (*apiv2.ProjectServiceInviteGetResponse, error)

InviteGet provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) InvitesList

func (_mock *ProjectServiceClient) InvitesList(context1 context.Context, projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest) (*apiv2.ProjectServiceInvitesListResponse, error)

InvitesList provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) Leave added in v0.0.32

func (_mock *ProjectServiceClient) Leave(context1 context.Context, projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest) (*apiv2.ProjectServiceLeaveResponse, error)

Leave provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) List

func (_mock *ProjectServiceClient) List(context1 context.Context, projectServiceListRequest *apiv2.ProjectServiceListRequest) (*apiv2.ProjectServiceListResponse, error)

List provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) RemoveMember

func (_mock *ProjectServiceClient) RemoveMember(context1 context.Context, projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest) (*apiv2.ProjectServiceRemoveMemberResponse, error)

RemoveMember provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) Update

func (_mock *ProjectServiceClient) Update(context1 context.Context, projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest) (*apiv2.ProjectServiceUpdateResponse, error)

Update provides a mock function for the type ProjectServiceClient

func (*ProjectServiceClient) UpdateMember

func (_mock *ProjectServiceClient) UpdateMember(context1 context.Context, projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest) (*apiv2.ProjectServiceUpdateMemberResponse, error)

UpdateMember provides a mock function for the type ProjectServiceClient

type ProjectServiceClient_Create_Call added in v0.0.34

type ProjectServiceClient_Create_Call struct {
	*mock.Call
}

ProjectServiceClient_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*ProjectServiceClient_Create_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_Create_Call) Return(projectServiceCreateResponse *apiv2.ProjectServiceCreateResponse, err error) *ProjectServiceClient_Create_Call

func (*ProjectServiceClient_Create_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_Create_Call) Run(run func(context1 context.Context, projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest)) *ProjectServiceClient_Create_Call

func (*ProjectServiceClient_Create_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_Create_Call) RunAndReturn(run func(context1 context.Context, projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest) (*apiv2.ProjectServiceCreateResponse, error)) *ProjectServiceClient_Create_Call

type ProjectServiceClient_Delete_Call added in v0.0.34

type ProjectServiceClient_Delete_Call struct {
	*mock.Call
}

ProjectServiceClient_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*ProjectServiceClient_Delete_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_Delete_Call) Return(projectServiceDeleteResponse *apiv2.ProjectServiceDeleteResponse, err error) *ProjectServiceClient_Delete_Call

func (*ProjectServiceClient_Delete_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_Delete_Call) Run(run func(context1 context.Context, projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest)) *ProjectServiceClient_Delete_Call

func (*ProjectServiceClient_Delete_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_Delete_Call) RunAndReturn(run func(context1 context.Context, projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest) (*apiv2.ProjectServiceDeleteResponse, error)) *ProjectServiceClient_Delete_Call

type ProjectServiceClient_Expecter added in v0.0.34

type ProjectServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*ProjectServiceClient_Expecter) Create added in v0.0.34

func (_e *ProjectServiceClient_Expecter) Create(context1 interface{}, projectServiceCreateRequest interface{}) *ProjectServiceClient_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest

func (*ProjectServiceClient_Expecter) Delete added in v0.0.34

func (_e *ProjectServiceClient_Expecter) Delete(context1 interface{}, projectServiceDeleteRequest interface{}) *ProjectServiceClient_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest

func (*ProjectServiceClient_Expecter) Get added in v0.0.34

func (_e *ProjectServiceClient_Expecter) Get(context1 interface{}, projectServiceGetRequest interface{}) *ProjectServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceGetRequest *apiv2.ProjectServiceGetRequest

func (*ProjectServiceClient_Expecter) Invite added in v0.0.34

func (_e *ProjectServiceClient_Expecter) Invite(context1 interface{}, projectServiceInviteRequest interface{}) *ProjectServiceClient_Invite_Call

Invite is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest

func (*ProjectServiceClient_Expecter) InviteAccept added in v0.0.34

func (_e *ProjectServiceClient_Expecter) InviteAccept(context1 interface{}, projectServiceInviteAcceptRequest interface{}) *ProjectServiceClient_InviteAccept_Call

InviteAccept is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest

func (*ProjectServiceClient_Expecter) InviteDelete added in v0.0.34

func (_e *ProjectServiceClient_Expecter) InviteDelete(context1 interface{}, projectServiceInviteDeleteRequest interface{}) *ProjectServiceClient_InviteDelete_Call

InviteDelete is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest

func (*ProjectServiceClient_Expecter) InviteGet added in v0.0.34

func (_e *ProjectServiceClient_Expecter) InviteGet(context1 interface{}, projectServiceInviteGetRequest interface{}) *ProjectServiceClient_InviteGet_Call

InviteGet is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest

func (*ProjectServiceClient_Expecter) InvitesList added in v0.0.34

func (_e *ProjectServiceClient_Expecter) InvitesList(context1 interface{}, projectServiceInvitesListRequest interface{}) *ProjectServiceClient_InvitesList_Call

InvitesList is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest

func (*ProjectServiceClient_Expecter) Leave added in v0.0.34

func (_e *ProjectServiceClient_Expecter) Leave(context1 interface{}, projectServiceLeaveRequest interface{}) *ProjectServiceClient_Leave_Call

Leave is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest

func (*ProjectServiceClient_Expecter) List added in v0.0.34

func (_e *ProjectServiceClient_Expecter) List(context1 interface{}, projectServiceListRequest interface{}) *ProjectServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceListRequest *apiv2.ProjectServiceListRequest

func (*ProjectServiceClient_Expecter) RemoveMember added in v0.0.34

func (_e *ProjectServiceClient_Expecter) RemoveMember(context1 interface{}, projectServiceRemoveMemberRequest interface{}) *ProjectServiceClient_RemoveMember_Call

RemoveMember is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest

func (*ProjectServiceClient_Expecter) Update added in v0.0.34

func (_e *ProjectServiceClient_Expecter) Update(context1 interface{}, projectServiceUpdateRequest interface{}) *ProjectServiceClient_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest

func (*ProjectServiceClient_Expecter) UpdateMember added in v0.0.34

func (_e *ProjectServiceClient_Expecter) UpdateMember(context1 interface{}, projectServiceUpdateMemberRequest interface{}) *ProjectServiceClient_UpdateMember_Call

UpdateMember is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest

type ProjectServiceClient_Get_Call added in v0.0.34

type ProjectServiceClient_Get_Call struct {
	*mock.Call
}

ProjectServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*ProjectServiceClient_Get_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_Get_Call) Return(projectServiceGetResponse *apiv2.ProjectServiceGetResponse, err error) *ProjectServiceClient_Get_Call

func (*ProjectServiceClient_Get_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_Get_Call) Run(run func(context1 context.Context, projectServiceGetRequest *apiv2.ProjectServiceGetRequest)) *ProjectServiceClient_Get_Call

func (*ProjectServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, projectServiceGetRequest *apiv2.ProjectServiceGetRequest) (*apiv2.ProjectServiceGetResponse, error)) *ProjectServiceClient_Get_Call

type ProjectServiceClient_InviteAccept_Call added in v0.0.34

type ProjectServiceClient_InviteAccept_Call struct {
	*mock.Call
}

ProjectServiceClient_InviteAccept_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteAccept'

func (*ProjectServiceClient_InviteAccept_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_InviteAccept_Call) Return(projectServiceInviteAcceptResponse *apiv2.ProjectServiceInviteAcceptResponse, err error) *ProjectServiceClient_InviteAccept_Call

func (*ProjectServiceClient_InviteAccept_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_InviteAccept_Call) Run(run func(context1 context.Context, projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest)) *ProjectServiceClient_InviteAccept_Call

func (*ProjectServiceClient_InviteAccept_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_InviteAccept_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest) (*apiv2.ProjectServiceInviteAcceptResponse, error)) *ProjectServiceClient_InviteAccept_Call

type ProjectServiceClient_InviteDelete_Call added in v0.0.34

type ProjectServiceClient_InviteDelete_Call struct {
	*mock.Call
}

ProjectServiceClient_InviteDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteDelete'

func (*ProjectServiceClient_InviteDelete_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_InviteDelete_Call) Return(projectServiceInviteDeleteResponse *apiv2.ProjectServiceInviteDeleteResponse, err error) *ProjectServiceClient_InviteDelete_Call

func (*ProjectServiceClient_InviteDelete_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_InviteDelete_Call) Run(run func(context1 context.Context, projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest)) *ProjectServiceClient_InviteDelete_Call

func (*ProjectServiceClient_InviteDelete_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_InviteDelete_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest) (*apiv2.ProjectServiceInviteDeleteResponse, error)) *ProjectServiceClient_InviteDelete_Call

type ProjectServiceClient_InviteGet_Call added in v0.0.34

type ProjectServiceClient_InviteGet_Call struct {
	*mock.Call
}

ProjectServiceClient_InviteGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteGet'

func (*ProjectServiceClient_InviteGet_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_InviteGet_Call) Return(projectServiceInviteGetResponse *apiv2.ProjectServiceInviteGetResponse, err error) *ProjectServiceClient_InviteGet_Call

func (*ProjectServiceClient_InviteGet_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_InviteGet_Call) Run(run func(context1 context.Context, projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest)) *ProjectServiceClient_InviteGet_Call

func (*ProjectServiceClient_InviteGet_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_InviteGet_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest) (*apiv2.ProjectServiceInviteGetResponse, error)) *ProjectServiceClient_InviteGet_Call

type ProjectServiceClient_Invite_Call added in v0.0.34

type ProjectServiceClient_Invite_Call struct {
	*mock.Call
}

ProjectServiceClient_Invite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invite'

func (*ProjectServiceClient_Invite_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_Invite_Call) Return(projectServiceInviteResponse *apiv2.ProjectServiceInviteResponse, err error) *ProjectServiceClient_Invite_Call

func (*ProjectServiceClient_Invite_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_Invite_Call) Run(run func(context1 context.Context, projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest)) *ProjectServiceClient_Invite_Call

func (*ProjectServiceClient_Invite_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_Invite_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest) (*apiv2.ProjectServiceInviteResponse, error)) *ProjectServiceClient_Invite_Call

type ProjectServiceClient_InvitesList_Call added in v0.0.34

type ProjectServiceClient_InvitesList_Call struct {
	*mock.Call
}

ProjectServiceClient_InvitesList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvitesList'

func (*ProjectServiceClient_InvitesList_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_InvitesList_Call) Return(projectServiceInvitesListResponse *apiv2.ProjectServiceInvitesListResponse, err error) *ProjectServiceClient_InvitesList_Call

func (*ProjectServiceClient_InvitesList_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_InvitesList_Call) Run(run func(context1 context.Context, projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest)) *ProjectServiceClient_InvitesList_Call

func (*ProjectServiceClient_InvitesList_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_InvitesList_Call) RunAndReturn(run func(context1 context.Context, projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest) (*apiv2.ProjectServiceInvitesListResponse, error)) *ProjectServiceClient_InvitesList_Call

type ProjectServiceClient_Leave_Call added in v0.0.34

type ProjectServiceClient_Leave_Call struct {
	*mock.Call
}

ProjectServiceClient_Leave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Leave'

func (*ProjectServiceClient_Leave_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_Leave_Call) Return(projectServiceLeaveResponse *apiv2.ProjectServiceLeaveResponse, err error) *ProjectServiceClient_Leave_Call

func (*ProjectServiceClient_Leave_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_Leave_Call) Run(run func(context1 context.Context, projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest)) *ProjectServiceClient_Leave_Call

func (*ProjectServiceClient_Leave_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_Leave_Call) RunAndReturn(run func(context1 context.Context, projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest) (*apiv2.ProjectServiceLeaveResponse, error)) *ProjectServiceClient_Leave_Call

type ProjectServiceClient_List_Call added in v0.0.34

type ProjectServiceClient_List_Call struct {
	*mock.Call
}

ProjectServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*ProjectServiceClient_List_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_List_Call) Return(projectServiceListResponse *apiv2.ProjectServiceListResponse, err error) *ProjectServiceClient_List_Call

func (*ProjectServiceClient_List_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_List_Call) Run(run func(context1 context.Context, projectServiceListRequest *apiv2.ProjectServiceListRequest)) *ProjectServiceClient_List_Call

func (*ProjectServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, projectServiceListRequest *apiv2.ProjectServiceListRequest) (*apiv2.ProjectServiceListResponse, error)) *ProjectServiceClient_List_Call

type ProjectServiceClient_RemoveMember_Call added in v0.0.34

type ProjectServiceClient_RemoveMember_Call struct {
	*mock.Call
}

ProjectServiceClient_RemoveMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveMember'

func (*ProjectServiceClient_RemoveMember_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_RemoveMember_Call) Return(projectServiceRemoveMemberResponse *apiv2.ProjectServiceRemoveMemberResponse, err error) *ProjectServiceClient_RemoveMember_Call

func (*ProjectServiceClient_RemoveMember_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_RemoveMember_Call) Run(run func(context1 context.Context, projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest)) *ProjectServiceClient_RemoveMember_Call

func (*ProjectServiceClient_RemoveMember_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_RemoveMember_Call) RunAndReturn(run func(context1 context.Context, projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest) (*apiv2.ProjectServiceRemoveMemberResponse, error)) *ProjectServiceClient_RemoveMember_Call

type ProjectServiceClient_UpdateMember_Call added in v0.0.34

type ProjectServiceClient_UpdateMember_Call struct {
	*mock.Call
}

ProjectServiceClient_UpdateMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateMember'

func (*ProjectServiceClient_UpdateMember_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_UpdateMember_Call) Return(projectServiceUpdateMemberResponse *apiv2.ProjectServiceUpdateMemberResponse, err error) *ProjectServiceClient_UpdateMember_Call

func (*ProjectServiceClient_UpdateMember_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_UpdateMember_Call) Run(run func(context1 context.Context, projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest)) *ProjectServiceClient_UpdateMember_Call

func (*ProjectServiceClient_UpdateMember_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_UpdateMember_Call) RunAndReturn(run func(context1 context.Context, projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest) (*apiv2.ProjectServiceUpdateMemberResponse, error)) *ProjectServiceClient_UpdateMember_Call

type ProjectServiceClient_Update_Call added in v0.0.34

type ProjectServiceClient_Update_Call struct {
	*mock.Call
}

ProjectServiceClient_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*ProjectServiceClient_Update_Call) Return added in v0.0.34

func (_c *ProjectServiceClient_Update_Call) Return(projectServiceUpdateResponse *apiv2.ProjectServiceUpdateResponse, err error) *ProjectServiceClient_Update_Call

func (*ProjectServiceClient_Update_Call) Run added in v0.0.34

func (_c *ProjectServiceClient_Update_Call) Run(run func(context1 context.Context, projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest)) *ProjectServiceClient_Update_Call

func (*ProjectServiceClient_Update_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceClient_Update_Call) RunAndReturn(run func(context1 context.Context, projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest) (*apiv2.ProjectServiceUpdateResponse, error)) *ProjectServiceClient_Update_Call

type ProjectServiceHandler

type ProjectServiceHandler struct {
	mock.Mock
}

ProjectServiceHandler is an autogenerated mock type for the ProjectServiceHandler type

func NewProjectServiceHandler

func NewProjectServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *ProjectServiceHandler

NewProjectServiceHandler creates a new instance of ProjectServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ProjectServiceHandler) Create

func (_mock *ProjectServiceHandler) Create(context1 context.Context, projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest) (*apiv2.ProjectServiceCreateResponse, error)

Create provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) Delete

func (_mock *ProjectServiceHandler) Delete(context1 context.Context, projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest) (*apiv2.ProjectServiceDeleteResponse, error)

Delete provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) EXPECT added in v0.0.34

func (*ProjectServiceHandler) Get

func (_mock *ProjectServiceHandler) Get(context1 context.Context, projectServiceGetRequest *apiv2.ProjectServiceGetRequest) (*apiv2.ProjectServiceGetResponse, error)

Get provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) Invite

func (_mock *ProjectServiceHandler) Invite(context1 context.Context, projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest) (*apiv2.ProjectServiceInviteResponse, error)

Invite provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) InviteAccept

func (_mock *ProjectServiceHandler) InviteAccept(context1 context.Context, projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest) (*apiv2.ProjectServiceInviteAcceptResponse, error)

InviteAccept provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) InviteDelete

func (_mock *ProjectServiceHandler) InviteDelete(context1 context.Context, projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest) (*apiv2.ProjectServiceInviteDeleteResponse, error)

InviteDelete provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) InviteGet

func (_mock *ProjectServiceHandler) InviteGet(context1 context.Context, projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest) (*apiv2.ProjectServiceInviteGetResponse, error)

InviteGet provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) InvitesList

func (_mock *ProjectServiceHandler) InvitesList(context1 context.Context, projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest) (*apiv2.ProjectServiceInvitesListResponse, error)

InvitesList provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) Leave added in v0.0.32

func (_mock *ProjectServiceHandler) Leave(context1 context.Context, projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest) (*apiv2.ProjectServiceLeaveResponse, error)

Leave provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) List

func (_mock *ProjectServiceHandler) List(context1 context.Context, projectServiceListRequest *apiv2.ProjectServiceListRequest) (*apiv2.ProjectServiceListResponse, error)

List provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) RemoveMember

func (_mock *ProjectServiceHandler) RemoveMember(context1 context.Context, projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest) (*apiv2.ProjectServiceRemoveMemberResponse, error)

RemoveMember provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) Update

func (_mock *ProjectServiceHandler) Update(context1 context.Context, projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest) (*apiv2.ProjectServiceUpdateResponse, error)

Update provides a mock function for the type ProjectServiceHandler

func (*ProjectServiceHandler) UpdateMember

func (_mock *ProjectServiceHandler) UpdateMember(context1 context.Context, projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest) (*apiv2.ProjectServiceUpdateMemberResponse, error)

UpdateMember provides a mock function for the type ProjectServiceHandler

type ProjectServiceHandler_Create_Call added in v0.0.34

type ProjectServiceHandler_Create_Call struct {
	*mock.Call
}

ProjectServiceHandler_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*ProjectServiceHandler_Create_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_Create_Call) Return(projectServiceCreateResponse *apiv2.ProjectServiceCreateResponse, err error) *ProjectServiceHandler_Create_Call

func (*ProjectServiceHandler_Create_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_Create_Call) Run(run func(context1 context.Context, projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest)) *ProjectServiceHandler_Create_Call

func (*ProjectServiceHandler_Create_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_Create_Call) RunAndReturn(run func(context1 context.Context, projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest) (*apiv2.ProjectServiceCreateResponse, error)) *ProjectServiceHandler_Create_Call

type ProjectServiceHandler_Delete_Call added in v0.0.34

type ProjectServiceHandler_Delete_Call struct {
	*mock.Call
}

ProjectServiceHandler_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*ProjectServiceHandler_Delete_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_Delete_Call) Return(projectServiceDeleteResponse *apiv2.ProjectServiceDeleteResponse, err error) *ProjectServiceHandler_Delete_Call

func (*ProjectServiceHandler_Delete_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_Delete_Call) Run(run func(context1 context.Context, projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest)) *ProjectServiceHandler_Delete_Call

func (*ProjectServiceHandler_Delete_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_Delete_Call) RunAndReturn(run func(context1 context.Context, projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest) (*apiv2.ProjectServiceDeleteResponse, error)) *ProjectServiceHandler_Delete_Call

type ProjectServiceHandler_Expecter added in v0.0.34

type ProjectServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*ProjectServiceHandler_Expecter) Create added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) Create(context1 interface{}, projectServiceCreateRequest interface{}) *ProjectServiceHandler_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceCreateRequest *apiv2.ProjectServiceCreateRequest

func (*ProjectServiceHandler_Expecter) Delete added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) Delete(context1 interface{}, projectServiceDeleteRequest interface{}) *ProjectServiceHandler_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceDeleteRequest *apiv2.ProjectServiceDeleteRequest

func (*ProjectServiceHandler_Expecter) Get added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) Get(context1 interface{}, projectServiceGetRequest interface{}) *ProjectServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceGetRequest *apiv2.ProjectServiceGetRequest

func (*ProjectServiceHandler_Expecter) Invite added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) Invite(context1 interface{}, projectServiceInviteRequest interface{}) *ProjectServiceHandler_Invite_Call

Invite is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest

func (*ProjectServiceHandler_Expecter) InviteAccept added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) InviteAccept(context1 interface{}, projectServiceInviteAcceptRequest interface{}) *ProjectServiceHandler_InviteAccept_Call

InviteAccept is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest

func (*ProjectServiceHandler_Expecter) InviteDelete added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) InviteDelete(context1 interface{}, projectServiceInviteDeleteRequest interface{}) *ProjectServiceHandler_InviteDelete_Call

InviteDelete is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest

func (*ProjectServiceHandler_Expecter) InviteGet added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) InviteGet(context1 interface{}, projectServiceInviteGetRequest interface{}) *ProjectServiceHandler_InviteGet_Call

InviteGet is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest

func (*ProjectServiceHandler_Expecter) InvitesList added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) InvitesList(context1 interface{}, projectServiceInvitesListRequest interface{}) *ProjectServiceHandler_InvitesList_Call

InvitesList is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest

func (*ProjectServiceHandler_Expecter) Leave added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) Leave(context1 interface{}, projectServiceLeaveRequest interface{}) *ProjectServiceHandler_Leave_Call

Leave is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest

func (*ProjectServiceHandler_Expecter) List added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) List(context1 interface{}, projectServiceListRequest interface{}) *ProjectServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceListRequest *apiv2.ProjectServiceListRequest

func (*ProjectServiceHandler_Expecter) RemoveMember added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) RemoveMember(context1 interface{}, projectServiceRemoveMemberRequest interface{}) *ProjectServiceHandler_RemoveMember_Call

RemoveMember is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest

func (*ProjectServiceHandler_Expecter) Update added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) Update(context1 interface{}, projectServiceUpdateRequest interface{}) *ProjectServiceHandler_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest

func (*ProjectServiceHandler_Expecter) UpdateMember added in v0.0.34

func (_e *ProjectServiceHandler_Expecter) UpdateMember(context1 interface{}, projectServiceUpdateMemberRequest interface{}) *ProjectServiceHandler_UpdateMember_Call

UpdateMember is a helper method to define mock.On call

  • context1 context.Context
  • projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest

type ProjectServiceHandler_Get_Call added in v0.0.34

type ProjectServiceHandler_Get_Call struct {
	*mock.Call
}

ProjectServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*ProjectServiceHandler_Get_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_Get_Call) Return(projectServiceGetResponse *apiv2.ProjectServiceGetResponse, err error) *ProjectServiceHandler_Get_Call

func (*ProjectServiceHandler_Get_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_Get_Call) Run(run func(context1 context.Context, projectServiceGetRequest *apiv2.ProjectServiceGetRequest)) *ProjectServiceHandler_Get_Call

func (*ProjectServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, projectServiceGetRequest *apiv2.ProjectServiceGetRequest) (*apiv2.ProjectServiceGetResponse, error)) *ProjectServiceHandler_Get_Call

type ProjectServiceHandler_InviteAccept_Call added in v0.0.34

type ProjectServiceHandler_InviteAccept_Call struct {
	*mock.Call
}

ProjectServiceHandler_InviteAccept_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteAccept'

func (*ProjectServiceHandler_InviteAccept_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_InviteAccept_Call) Return(projectServiceInviteAcceptResponse *apiv2.ProjectServiceInviteAcceptResponse, err error) *ProjectServiceHandler_InviteAccept_Call

func (*ProjectServiceHandler_InviteAccept_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_InviteAccept_Call) Run(run func(context1 context.Context, projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest)) *ProjectServiceHandler_InviteAccept_Call

func (*ProjectServiceHandler_InviteAccept_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_InviteAccept_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteAcceptRequest *apiv2.ProjectServiceInviteAcceptRequest) (*apiv2.ProjectServiceInviteAcceptResponse, error)) *ProjectServiceHandler_InviteAccept_Call

type ProjectServiceHandler_InviteDelete_Call added in v0.0.34

type ProjectServiceHandler_InviteDelete_Call struct {
	*mock.Call
}

ProjectServiceHandler_InviteDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteDelete'

func (*ProjectServiceHandler_InviteDelete_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_InviteDelete_Call) Return(projectServiceInviteDeleteResponse *apiv2.ProjectServiceInviteDeleteResponse, err error) *ProjectServiceHandler_InviteDelete_Call

func (*ProjectServiceHandler_InviteDelete_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_InviteDelete_Call) Run(run func(context1 context.Context, projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest)) *ProjectServiceHandler_InviteDelete_Call

func (*ProjectServiceHandler_InviteDelete_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_InviteDelete_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteDeleteRequest *apiv2.ProjectServiceInviteDeleteRequest) (*apiv2.ProjectServiceInviteDeleteResponse, error)) *ProjectServiceHandler_InviteDelete_Call

type ProjectServiceHandler_InviteGet_Call added in v0.0.34

type ProjectServiceHandler_InviteGet_Call struct {
	*mock.Call
}

ProjectServiceHandler_InviteGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteGet'

func (*ProjectServiceHandler_InviteGet_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_InviteGet_Call) Return(projectServiceInviteGetResponse *apiv2.ProjectServiceInviteGetResponse, err error) *ProjectServiceHandler_InviteGet_Call

func (*ProjectServiceHandler_InviteGet_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_InviteGet_Call) Run(run func(context1 context.Context, projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest)) *ProjectServiceHandler_InviteGet_Call

func (*ProjectServiceHandler_InviteGet_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_InviteGet_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteGetRequest *apiv2.ProjectServiceInviteGetRequest) (*apiv2.ProjectServiceInviteGetResponse, error)) *ProjectServiceHandler_InviteGet_Call

type ProjectServiceHandler_Invite_Call added in v0.0.34

type ProjectServiceHandler_Invite_Call struct {
	*mock.Call
}

ProjectServiceHandler_Invite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invite'

func (*ProjectServiceHandler_Invite_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_Invite_Call) Return(projectServiceInviteResponse *apiv2.ProjectServiceInviteResponse, err error) *ProjectServiceHandler_Invite_Call

func (*ProjectServiceHandler_Invite_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_Invite_Call) Run(run func(context1 context.Context, projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest)) *ProjectServiceHandler_Invite_Call

func (*ProjectServiceHandler_Invite_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_Invite_Call) RunAndReturn(run func(context1 context.Context, projectServiceInviteRequest *apiv2.ProjectServiceInviteRequest) (*apiv2.ProjectServiceInviteResponse, error)) *ProjectServiceHandler_Invite_Call

type ProjectServiceHandler_InvitesList_Call added in v0.0.34

type ProjectServiceHandler_InvitesList_Call struct {
	*mock.Call
}

ProjectServiceHandler_InvitesList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvitesList'

func (*ProjectServiceHandler_InvitesList_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_InvitesList_Call) Return(projectServiceInvitesListResponse *apiv2.ProjectServiceInvitesListResponse, err error) *ProjectServiceHandler_InvitesList_Call

func (*ProjectServiceHandler_InvitesList_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_InvitesList_Call) Run(run func(context1 context.Context, projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest)) *ProjectServiceHandler_InvitesList_Call

func (*ProjectServiceHandler_InvitesList_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_InvitesList_Call) RunAndReturn(run func(context1 context.Context, projectServiceInvitesListRequest *apiv2.ProjectServiceInvitesListRequest) (*apiv2.ProjectServiceInvitesListResponse, error)) *ProjectServiceHandler_InvitesList_Call

type ProjectServiceHandler_Leave_Call added in v0.0.34

type ProjectServiceHandler_Leave_Call struct {
	*mock.Call
}

ProjectServiceHandler_Leave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Leave'

func (*ProjectServiceHandler_Leave_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_Leave_Call) Return(projectServiceLeaveResponse *apiv2.ProjectServiceLeaveResponse, err error) *ProjectServiceHandler_Leave_Call

func (*ProjectServiceHandler_Leave_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_Leave_Call) Run(run func(context1 context.Context, projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest)) *ProjectServiceHandler_Leave_Call

func (*ProjectServiceHandler_Leave_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_Leave_Call) RunAndReturn(run func(context1 context.Context, projectServiceLeaveRequest *apiv2.ProjectServiceLeaveRequest) (*apiv2.ProjectServiceLeaveResponse, error)) *ProjectServiceHandler_Leave_Call

type ProjectServiceHandler_List_Call added in v0.0.34

type ProjectServiceHandler_List_Call struct {
	*mock.Call
}

ProjectServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*ProjectServiceHandler_List_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_List_Call) Return(projectServiceListResponse *apiv2.ProjectServiceListResponse, err error) *ProjectServiceHandler_List_Call

func (*ProjectServiceHandler_List_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_List_Call) Run(run func(context1 context.Context, projectServiceListRequest *apiv2.ProjectServiceListRequest)) *ProjectServiceHandler_List_Call

func (*ProjectServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, projectServiceListRequest *apiv2.ProjectServiceListRequest) (*apiv2.ProjectServiceListResponse, error)) *ProjectServiceHandler_List_Call

type ProjectServiceHandler_RemoveMember_Call added in v0.0.34

type ProjectServiceHandler_RemoveMember_Call struct {
	*mock.Call
}

ProjectServiceHandler_RemoveMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveMember'

func (*ProjectServiceHandler_RemoveMember_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_RemoveMember_Call) Return(projectServiceRemoveMemberResponse *apiv2.ProjectServiceRemoveMemberResponse, err error) *ProjectServiceHandler_RemoveMember_Call

func (*ProjectServiceHandler_RemoveMember_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_RemoveMember_Call) Run(run func(context1 context.Context, projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest)) *ProjectServiceHandler_RemoveMember_Call

func (*ProjectServiceHandler_RemoveMember_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_RemoveMember_Call) RunAndReturn(run func(context1 context.Context, projectServiceRemoveMemberRequest *apiv2.ProjectServiceRemoveMemberRequest) (*apiv2.ProjectServiceRemoveMemberResponse, error)) *ProjectServiceHandler_RemoveMember_Call

type ProjectServiceHandler_UpdateMember_Call added in v0.0.34

type ProjectServiceHandler_UpdateMember_Call struct {
	*mock.Call
}

ProjectServiceHandler_UpdateMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateMember'

func (*ProjectServiceHandler_UpdateMember_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_UpdateMember_Call) Return(projectServiceUpdateMemberResponse *apiv2.ProjectServiceUpdateMemberResponse, err error) *ProjectServiceHandler_UpdateMember_Call

func (*ProjectServiceHandler_UpdateMember_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_UpdateMember_Call) Run(run func(context1 context.Context, projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest)) *ProjectServiceHandler_UpdateMember_Call

func (*ProjectServiceHandler_UpdateMember_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_UpdateMember_Call) RunAndReturn(run func(context1 context.Context, projectServiceUpdateMemberRequest *apiv2.ProjectServiceUpdateMemberRequest) (*apiv2.ProjectServiceUpdateMemberResponse, error)) *ProjectServiceHandler_UpdateMember_Call

type ProjectServiceHandler_Update_Call added in v0.0.34

type ProjectServiceHandler_Update_Call struct {
	*mock.Call
}

ProjectServiceHandler_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*ProjectServiceHandler_Update_Call) Return added in v0.0.34

func (_c *ProjectServiceHandler_Update_Call) Return(projectServiceUpdateResponse *apiv2.ProjectServiceUpdateResponse, err error) *ProjectServiceHandler_Update_Call

func (*ProjectServiceHandler_Update_Call) Run added in v0.0.34

func (_c *ProjectServiceHandler_Update_Call) Run(run func(context1 context.Context, projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest)) *ProjectServiceHandler_Update_Call

func (*ProjectServiceHandler_Update_Call) RunAndReturn added in v0.0.34

func (_c *ProjectServiceHandler_Update_Call) RunAndReturn(run func(context1 context.Context, projectServiceUpdateRequest *apiv2.ProjectServiceUpdateRequest) (*apiv2.ProjectServiceUpdateResponse, error)) *ProjectServiceHandler_Update_Call

type SizeServiceClient added in v0.0.2

type SizeServiceClient struct {
	mock.Mock
}

SizeServiceClient is an autogenerated mock type for the SizeServiceClient type

func NewSizeServiceClient added in v0.0.2

func NewSizeServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *SizeServiceClient

NewSizeServiceClient creates a new instance of SizeServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*SizeServiceClient) EXPECT added in v0.0.34

func (*SizeServiceClient) Get added in v0.0.2

func (_mock *SizeServiceClient) Get(context1 context.Context, sizeServiceGetRequest *apiv2.SizeServiceGetRequest) (*apiv2.SizeServiceGetResponse, error)

Get provides a mock function for the type SizeServiceClient

func (*SizeServiceClient) List added in v0.0.2

func (_mock *SizeServiceClient) List(context1 context.Context, sizeServiceListRequest *apiv2.SizeServiceListRequest) (*apiv2.SizeServiceListResponse, error)

List provides a mock function for the type SizeServiceClient

type SizeServiceClient_Expecter added in v0.0.34

type SizeServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*SizeServiceClient_Expecter) Get added in v0.0.34

func (_e *SizeServiceClient_Expecter) Get(context1 interface{}, sizeServiceGetRequest interface{}) *SizeServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • sizeServiceGetRequest *apiv2.SizeServiceGetRequest

func (*SizeServiceClient_Expecter) List added in v0.0.34

func (_e *SizeServiceClient_Expecter) List(context1 interface{}, sizeServiceListRequest interface{}) *SizeServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • sizeServiceListRequest *apiv2.SizeServiceListRequest

type SizeServiceClient_Get_Call added in v0.0.34

type SizeServiceClient_Get_Call struct {
	*mock.Call
}

SizeServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*SizeServiceClient_Get_Call) Return added in v0.0.34

func (_c *SizeServiceClient_Get_Call) Return(sizeServiceGetResponse *apiv2.SizeServiceGetResponse, err error) *SizeServiceClient_Get_Call

func (*SizeServiceClient_Get_Call) Run added in v0.0.34

func (_c *SizeServiceClient_Get_Call) Run(run func(context1 context.Context, sizeServiceGetRequest *apiv2.SizeServiceGetRequest)) *SizeServiceClient_Get_Call

func (*SizeServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *SizeServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, sizeServiceGetRequest *apiv2.SizeServiceGetRequest) (*apiv2.SizeServiceGetResponse, error)) *SizeServiceClient_Get_Call

type SizeServiceClient_List_Call added in v0.0.34

type SizeServiceClient_List_Call struct {
	*mock.Call
}

SizeServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*SizeServiceClient_List_Call) Return added in v0.0.34

func (_c *SizeServiceClient_List_Call) Return(sizeServiceListResponse *apiv2.SizeServiceListResponse, err error) *SizeServiceClient_List_Call

func (*SizeServiceClient_List_Call) Run added in v0.0.34

func (_c *SizeServiceClient_List_Call) Run(run func(context1 context.Context, sizeServiceListRequest *apiv2.SizeServiceListRequest)) *SizeServiceClient_List_Call

func (*SizeServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *SizeServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, sizeServiceListRequest *apiv2.SizeServiceListRequest) (*apiv2.SizeServiceListResponse, error)) *SizeServiceClient_List_Call

type SizeServiceHandler added in v0.0.2

type SizeServiceHandler struct {
	mock.Mock
}

SizeServiceHandler is an autogenerated mock type for the SizeServiceHandler type

func NewSizeServiceHandler added in v0.0.2

func NewSizeServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *SizeServiceHandler

NewSizeServiceHandler creates a new instance of SizeServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*SizeServiceHandler) EXPECT added in v0.0.34

func (*SizeServiceHandler) Get added in v0.0.2

func (_mock *SizeServiceHandler) Get(context1 context.Context, sizeServiceGetRequest *apiv2.SizeServiceGetRequest) (*apiv2.SizeServiceGetResponse, error)

Get provides a mock function for the type SizeServiceHandler

func (*SizeServiceHandler) List added in v0.0.2

func (_mock *SizeServiceHandler) List(context1 context.Context, sizeServiceListRequest *apiv2.SizeServiceListRequest) (*apiv2.SizeServiceListResponse, error)

List provides a mock function for the type SizeServiceHandler

type SizeServiceHandler_Expecter added in v0.0.34

type SizeServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*SizeServiceHandler_Expecter) Get added in v0.0.34

func (_e *SizeServiceHandler_Expecter) Get(context1 interface{}, sizeServiceGetRequest interface{}) *SizeServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • sizeServiceGetRequest *apiv2.SizeServiceGetRequest

func (*SizeServiceHandler_Expecter) List added in v0.0.34

func (_e *SizeServiceHandler_Expecter) List(context1 interface{}, sizeServiceListRequest interface{}) *SizeServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • sizeServiceListRequest *apiv2.SizeServiceListRequest

type SizeServiceHandler_Get_Call added in v0.0.34

type SizeServiceHandler_Get_Call struct {
	*mock.Call
}

SizeServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*SizeServiceHandler_Get_Call) Return added in v0.0.34

func (_c *SizeServiceHandler_Get_Call) Return(sizeServiceGetResponse *apiv2.SizeServiceGetResponse, err error) *SizeServiceHandler_Get_Call

func (*SizeServiceHandler_Get_Call) Run added in v0.0.34

func (_c *SizeServiceHandler_Get_Call) Run(run func(context1 context.Context, sizeServiceGetRequest *apiv2.SizeServiceGetRequest)) *SizeServiceHandler_Get_Call

func (*SizeServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *SizeServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, sizeServiceGetRequest *apiv2.SizeServiceGetRequest) (*apiv2.SizeServiceGetResponse, error)) *SizeServiceHandler_Get_Call

type SizeServiceHandler_List_Call added in v0.0.34

type SizeServiceHandler_List_Call struct {
	*mock.Call
}

SizeServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*SizeServiceHandler_List_Call) Return added in v0.0.34

func (_c *SizeServiceHandler_List_Call) Return(sizeServiceListResponse *apiv2.SizeServiceListResponse, err error) *SizeServiceHandler_List_Call

func (*SizeServiceHandler_List_Call) Run added in v0.0.34

func (_c *SizeServiceHandler_List_Call) Run(run func(context1 context.Context, sizeServiceListRequest *apiv2.SizeServiceListRequest)) *SizeServiceHandler_List_Call

func (*SizeServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *SizeServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, sizeServiceListRequest *apiv2.SizeServiceListRequest) (*apiv2.SizeServiceListResponse, error)) *SizeServiceHandler_List_Call

type TenantServiceClient

type TenantServiceClient struct {
	mock.Mock
}

TenantServiceClient is an autogenerated mock type for the TenantServiceClient type

func NewTenantServiceClient

func NewTenantServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *TenantServiceClient

NewTenantServiceClient creates a new instance of TenantServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*TenantServiceClient) Create

func (_mock *TenantServiceClient) Create(context1 context.Context, tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest) (*apiv2.TenantServiceCreateResponse, error)

Create provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) Delete

func (_mock *TenantServiceClient) Delete(context1 context.Context, tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest) (*apiv2.TenantServiceDeleteResponse, error)

Delete provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) EXPECT added in v0.0.34

func (*TenantServiceClient) Get

func (_mock *TenantServiceClient) Get(context1 context.Context, tenantServiceGetRequest *apiv2.TenantServiceGetRequest) (*apiv2.TenantServiceGetResponse, error)

Get provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) Invite

func (_mock *TenantServiceClient) Invite(context1 context.Context, tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest) (*apiv2.TenantServiceInviteResponse, error)

Invite provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) InviteAccept

func (_mock *TenantServiceClient) InviteAccept(context1 context.Context, tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest) (*apiv2.TenantServiceInviteAcceptResponse, error)

InviteAccept provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) InviteDelete

func (_mock *TenantServiceClient) InviteDelete(context1 context.Context, tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest) (*apiv2.TenantServiceInviteDeleteResponse, error)

InviteDelete provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) InviteGet

func (_mock *TenantServiceClient) InviteGet(context1 context.Context, tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest) (*apiv2.TenantServiceInviteGetResponse, error)

InviteGet provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) InvitesList

func (_mock *TenantServiceClient) InvitesList(context1 context.Context, tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest) (*apiv2.TenantServiceInvitesListResponse, error)

InvitesList provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) Leave added in v0.0.32

func (_mock *TenantServiceClient) Leave(context1 context.Context, tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest) (*apiv2.TenantServiceLeaveResponse, error)

Leave provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) List

func (_mock *TenantServiceClient) List(context1 context.Context, tenantServiceListRequest *apiv2.TenantServiceListRequest) (*apiv2.TenantServiceListResponse, error)

List provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) RemoveMember

func (_mock *TenantServiceClient) RemoveMember(context1 context.Context, tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest) (*apiv2.TenantServiceRemoveMemberResponse, error)

RemoveMember provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) Update

func (_mock *TenantServiceClient) Update(context1 context.Context, tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest) (*apiv2.TenantServiceUpdateResponse, error)

Update provides a mock function for the type TenantServiceClient

func (*TenantServiceClient) UpdateMember

func (_mock *TenantServiceClient) UpdateMember(context1 context.Context, tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest) (*apiv2.TenantServiceUpdateMemberResponse, error)

UpdateMember provides a mock function for the type TenantServiceClient

type TenantServiceClient_Create_Call added in v0.0.34

type TenantServiceClient_Create_Call struct {
	*mock.Call
}

TenantServiceClient_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*TenantServiceClient_Create_Call) Return added in v0.0.34

func (_c *TenantServiceClient_Create_Call) Return(tenantServiceCreateResponse *apiv2.TenantServiceCreateResponse, err error) *TenantServiceClient_Create_Call

func (*TenantServiceClient_Create_Call) Run added in v0.0.34

func (_c *TenantServiceClient_Create_Call) Run(run func(context1 context.Context, tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest)) *TenantServiceClient_Create_Call

func (*TenantServiceClient_Create_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_Create_Call) RunAndReturn(run func(context1 context.Context, tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest) (*apiv2.TenantServiceCreateResponse, error)) *TenantServiceClient_Create_Call

type TenantServiceClient_Delete_Call added in v0.0.34

type TenantServiceClient_Delete_Call struct {
	*mock.Call
}

TenantServiceClient_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*TenantServiceClient_Delete_Call) Return added in v0.0.34

func (_c *TenantServiceClient_Delete_Call) Return(tenantServiceDeleteResponse *apiv2.TenantServiceDeleteResponse, err error) *TenantServiceClient_Delete_Call

func (*TenantServiceClient_Delete_Call) Run added in v0.0.34

func (_c *TenantServiceClient_Delete_Call) Run(run func(context1 context.Context, tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest)) *TenantServiceClient_Delete_Call

func (*TenantServiceClient_Delete_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_Delete_Call) RunAndReturn(run func(context1 context.Context, tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest) (*apiv2.TenantServiceDeleteResponse, error)) *TenantServiceClient_Delete_Call

type TenantServiceClient_Expecter added in v0.0.34

type TenantServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*TenantServiceClient_Expecter) Create added in v0.0.34

func (_e *TenantServiceClient_Expecter) Create(context1 interface{}, tenantServiceCreateRequest interface{}) *TenantServiceClient_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest

func (*TenantServiceClient_Expecter) Delete added in v0.0.34

func (_e *TenantServiceClient_Expecter) Delete(context1 interface{}, tenantServiceDeleteRequest interface{}) *TenantServiceClient_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest

func (*TenantServiceClient_Expecter) Get added in v0.0.34

func (_e *TenantServiceClient_Expecter) Get(context1 interface{}, tenantServiceGetRequest interface{}) *TenantServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceGetRequest *apiv2.TenantServiceGetRequest

func (*TenantServiceClient_Expecter) Invite added in v0.0.34

func (_e *TenantServiceClient_Expecter) Invite(context1 interface{}, tenantServiceInviteRequest interface{}) *TenantServiceClient_Invite_Call

Invite is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest

func (*TenantServiceClient_Expecter) InviteAccept added in v0.0.34

func (_e *TenantServiceClient_Expecter) InviteAccept(context1 interface{}, tenantServiceInviteAcceptRequest interface{}) *TenantServiceClient_InviteAccept_Call

InviteAccept is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest

func (*TenantServiceClient_Expecter) InviteDelete added in v0.0.34

func (_e *TenantServiceClient_Expecter) InviteDelete(context1 interface{}, tenantServiceInviteDeleteRequest interface{}) *TenantServiceClient_InviteDelete_Call

InviteDelete is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest

func (*TenantServiceClient_Expecter) InviteGet added in v0.0.34

func (_e *TenantServiceClient_Expecter) InviteGet(context1 interface{}, tenantServiceInviteGetRequest interface{}) *TenantServiceClient_InviteGet_Call

InviteGet is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest

func (*TenantServiceClient_Expecter) InvitesList added in v0.0.34

func (_e *TenantServiceClient_Expecter) InvitesList(context1 interface{}, tenantServiceInvitesListRequest interface{}) *TenantServiceClient_InvitesList_Call

InvitesList is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest

func (*TenantServiceClient_Expecter) Leave added in v0.0.34

func (_e *TenantServiceClient_Expecter) Leave(context1 interface{}, tenantServiceLeaveRequest interface{}) *TenantServiceClient_Leave_Call

Leave is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest

func (*TenantServiceClient_Expecter) List added in v0.0.34

func (_e *TenantServiceClient_Expecter) List(context1 interface{}, tenantServiceListRequest interface{}) *TenantServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceListRequest *apiv2.TenantServiceListRequest

func (*TenantServiceClient_Expecter) RemoveMember added in v0.0.34

func (_e *TenantServiceClient_Expecter) RemoveMember(context1 interface{}, tenantServiceRemoveMemberRequest interface{}) *TenantServiceClient_RemoveMember_Call

RemoveMember is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest

func (*TenantServiceClient_Expecter) Update added in v0.0.34

func (_e *TenantServiceClient_Expecter) Update(context1 interface{}, tenantServiceUpdateRequest interface{}) *TenantServiceClient_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest

func (*TenantServiceClient_Expecter) UpdateMember added in v0.0.34

func (_e *TenantServiceClient_Expecter) UpdateMember(context1 interface{}, tenantServiceUpdateMemberRequest interface{}) *TenantServiceClient_UpdateMember_Call

UpdateMember is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest

type TenantServiceClient_Get_Call added in v0.0.34

type TenantServiceClient_Get_Call struct {
	*mock.Call
}

TenantServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*TenantServiceClient_Get_Call) Return added in v0.0.34

func (_c *TenantServiceClient_Get_Call) Return(tenantServiceGetResponse *apiv2.TenantServiceGetResponse, err error) *TenantServiceClient_Get_Call

func (*TenantServiceClient_Get_Call) Run added in v0.0.34

func (_c *TenantServiceClient_Get_Call) Run(run func(context1 context.Context, tenantServiceGetRequest *apiv2.TenantServiceGetRequest)) *TenantServiceClient_Get_Call

func (*TenantServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, tenantServiceGetRequest *apiv2.TenantServiceGetRequest) (*apiv2.TenantServiceGetResponse, error)) *TenantServiceClient_Get_Call

type TenantServiceClient_InviteAccept_Call added in v0.0.34

type TenantServiceClient_InviteAccept_Call struct {
	*mock.Call
}

TenantServiceClient_InviteAccept_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteAccept'

func (*TenantServiceClient_InviteAccept_Call) Return added in v0.0.34

func (_c *TenantServiceClient_InviteAccept_Call) Return(tenantServiceInviteAcceptResponse *apiv2.TenantServiceInviteAcceptResponse, err error) *TenantServiceClient_InviteAccept_Call

func (*TenantServiceClient_InviteAccept_Call) Run added in v0.0.34

func (_c *TenantServiceClient_InviteAccept_Call) Run(run func(context1 context.Context, tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest)) *TenantServiceClient_InviteAccept_Call

func (*TenantServiceClient_InviteAccept_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_InviteAccept_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest) (*apiv2.TenantServiceInviteAcceptResponse, error)) *TenantServiceClient_InviteAccept_Call

type TenantServiceClient_InviteDelete_Call added in v0.0.34

type TenantServiceClient_InviteDelete_Call struct {
	*mock.Call
}

TenantServiceClient_InviteDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteDelete'

func (*TenantServiceClient_InviteDelete_Call) Return added in v0.0.34

func (_c *TenantServiceClient_InviteDelete_Call) Return(tenantServiceInviteDeleteResponse *apiv2.TenantServiceInviteDeleteResponse, err error) *TenantServiceClient_InviteDelete_Call

func (*TenantServiceClient_InviteDelete_Call) Run added in v0.0.34

func (_c *TenantServiceClient_InviteDelete_Call) Run(run func(context1 context.Context, tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest)) *TenantServiceClient_InviteDelete_Call

func (*TenantServiceClient_InviteDelete_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_InviteDelete_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest) (*apiv2.TenantServiceInviteDeleteResponse, error)) *TenantServiceClient_InviteDelete_Call

type TenantServiceClient_InviteGet_Call added in v0.0.34

type TenantServiceClient_InviteGet_Call struct {
	*mock.Call
}

TenantServiceClient_InviteGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteGet'

func (*TenantServiceClient_InviteGet_Call) Return added in v0.0.34

func (_c *TenantServiceClient_InviteGet_Call) Return(tenantServiceInviteGetResponse *apiv2.TenantServiceInviteGetResponse, err error) *TenantServiceClient_InviteGet_Call

func (*TenantServiceClient_InviteGet_Call) Run added in v0.0.34

func (_c *TenantServiceClient_InviteGet_Call) Run(run func(context1 context.Context, tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest)) *TenantServiceClient_InviteGet_Call

func (*TenantServiceClient_InviteGet_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_InviteGet_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest) (*apiv2.TenantServiceInviteGetResponse, error)) *TenantServiceClient_InviteGet_Call

type TenantServiceClient_Invite_Call added in v0.0.34

type TenantServiceClient_Invite_Call struct {
	*mock.Call
}

TenantServiceClient_Invite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invite'

func (*TenantServiceClient_Invite_Call) Return added in v0.0.34

func (_c *TenantServiceClient_Invite_Call) Return(tenantServiceInviteResponse *apiv2.TenantServiceInviteResponse, err error) *TenantServiceClient_Invite_Call

func (*TenantServiceClient_Invite_Call) Run added in v0.0.34

func (_c *TenantServiceClient_Invite_Call) Run(run func(context1 context.Context, tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest)) *TenantServiceClient_Invite_Call

func (*TenantServiceClient_Invite_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_Invite_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest) (*apiv2.TenantServiceInviteResponse, error)) *TenantServiceClient_Invite_Call

type TenantServiceClient_InvitesList_Call added in v0.0.34

type TenantServiceClient_InvitesList_Call struct {
	*mock.Call
}

TenantServiceClient_InvitesList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvitesList'

func (*TenantServiceClient_InvitesList_Call) Return added in v0.0.34

func (_c *TenantServiceClient_InvitesList_Call) Return(tenantServiceInvitesListResponse *apiv2.TenantServiceInvitesListResponse, err error) *TenantServiceClient_InvitesList_Call

func (*TenantServiceClient_InvitesList_Call) Run added in v0.0.34

func (_c *TenantServiceClient_InvitesList_Call) Run(run func(context1 context.Context, tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest)) *TenantServiceClient_InvitesList_Call

func (*TenantServiceClient_InvitesList_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_InvitesList_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest) (*apiv2.TenantServiceInvitesListResponse, error)) *TenantServiceClient_InvitesList_Call

type TenantServiceClient_Leave_Call added in v0.0.34

type TenantServiceClient_Leave_Call struct {
	*mock.Call
}

TenantServiceClient_Leave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Leave'

func (*TenantServiceClient_Leave_Call) Return added in v0.0.34

func (_c *TenantServiceClient_Leave_Call) Return(tenantServiceLeaveResponse *apiv2.TenantServiceLeaveResponse, err error) *TenantServiceClient_Leave_Call

func (*TenantServiceClient_Leave_Call) Run added in v0.0.34

func (_c *TenantServiceClient_Leave_Call) Run(run func(context1 context.Context, tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest)) *TenantServiceClient_Leave_Call

func (*TenantServiceClient_Leave_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_Leave_Call) RunAndReturn(run func(context1 context.Context, tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest) (*apiv2.TenantServiceLeaveResponse, error)) *TenantServiceClient_Leave_Call

type TenantServiceClient_List_Call added in v0.0.34

type TenantServiceClient_List_Call struct {
	*mock.Call
}

TenantServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*TenantServiceClient_List_Call) Return added in v0.0.34

func (_c *TenantServiceClient_List_Call) Return(tenantServiceListResponse *apiv2.TenantServiceListResponse, err error) *TenantServiceClient_List_Call

func (*TenantServiceClient_List_Call) Run added in v0.0.34

func (_c *TenantServiceClient_List_Call) Run(run func(context1 context.Context, tenantServiceListRequest *apiv2.TenantServiceListRequest)) *TenantServiceClient_List_Call

func (*TenantServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, tenantServiceListRequest *apiv2.TenantServiceListRequest) (*apiv2.TenantServiceListResponse, error)) *TenantServiceClient_List_Call

type TenantServiceClient_RemoveMember_Call added in v0.0.34

type TenantServiceClient_RemoveMember_Call struct {
	*mock.Call
}

TenantServiceClient_RemoveMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveMember'

func (*TenantServiceClient_RemoveMember_Call) Return added in v0.0.34

func (_c *TenantServiceClient_RemoveMember_Call) Return(tenantServiceRemoveMemberResponse *apiv2.TenantServiceRemoveMemberResponse, err error) *TenantServiceClient_RemoveMember_Call

func (*TenantServiceClient_RemoveMember_Call) Run added in v0.0.34

func (_c *TenantServiceClient_RemoveMember_Call) Run(run func(context1 context.Context, tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest)) *TenantServiceClient_RemoveMember_Call

func (*TenantServiceClient_RemoveMember_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_RemoveMember_Call) RunAndReturn(run func(context1 context.Context, tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest) (*apiv2.TenantServiceRemoveMemberResponse, error)) *TenantServiceClient_RemoveMember_Call

type TenantServiceClient_UpdateMember_Call added in v0.0.34

type TenantServiceClient_UpdateMember_Call struct {
	*mock.Call
}

TenantServiceClient_UpdateMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateMember'

func (*TenantServiceClient_UpdateMember_Call) Return added in v0.0.34

func (_c *TenantServiceClient_UpdateMember_Call) Return(tenantServiceUpdateMemberResponse *apiv2.TenantServiceUpdateMemberResponse, err error) *TenantServiceClient_UpdateMember_Call

func (*TenantServiceClient_UpdateMember_Call) Run added in v0.0.34

func (_c *TenantServiceClient_UpdateMember_Call) Run(run func(context1 context.Context, tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest)) *TenantServiceClient_UpdateMember_Call

func (*TenantServiceClient_UpdateMember_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_UpdateMember_Call) RunAndReturn(run func(context1 context.Context, tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest) (*apiv2.TenantServiceUpdateMemberResponse, error)) *TenantServiceClient_UpdateMember_Call

type TenantServiceClient_Update_Call added in v0.0.34

type TenantServiceClient_Update_Call struct {
	*mock.Call
}

TenantServiceClient_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*TenantServiceClient_Update_Call) Return added in v0.0.34

func (_c *TenantServiceClient_Update_Call) Return(tenantServiceUpdateResponse *apiv2.TenantServiceUpdateResponse, err error) *TenantServiceClient_Update_Call

func (*TenantServiceClient_Update_Call) Run added in v0.0.34

func (_c *TenantServiceClient_Update_Call) Run(run func(context1 context.Context, tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest)) *TenantServiceClient_Update_Call

func (*TenantServiceClient_Update_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceClient_Update_Call) RunAndReturn(run func(context1 context.Context, tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest) (*apiv2.TenantServiceUpdateResponse, error)) *TenantServiceClient_Update_Call

type TenantServiceHandler

type TenantServiceHandler struct {
	mock.Mock
}

TenantServiceHandler is an autogenerated mock type for the TenantServiceHandler type

func NewTenantServiceHandler

func NewTenantServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *TenantServiceHandler

NewTenantServiceHandler creates a new instance of TenantServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*TenantServiceHandler) Create

func (_mock *TenantServiceHandler) Create(context1 context.Context, tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest) (*apiv2.TenantServiceCreateResponse, error)

Create provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) Delete

func (_mock *TenantServiceHandler) Delete(context1 context.Context, tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest) (*apiv2.TenantServiceDeleteResponse, error)

Delete provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) EXPECT added in v0.0.34

func (*TenantServiceHandler) Get

func (_mock *TenantServiceHandler) Get(context1 context.Context, tenantServiceGetRequest *apiv2.TenantServiceGetRequest) (*apiv2.TenantServiceGetResponse, error)

Get provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) Invite

func (_mock *TenantServiceHandler) Invite(context1 context.Context, tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest) (*apiv2.TenantServiceInviteResponse, error)

Invite provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) InviteAccept

func (_mock *TenantServiceHandler) InviteAccept(context1 context.Context, tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest) (*apiv2.TenantServiceInviteAcceptResponse, error)

InviteAccept provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) InviteDelete

func (_mock *TenantServiceHandler) InviteDelete(context1 context.Context, tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest) (*apiv2.TenantServiceInviteDeleteResponse, error)

InviteDelete provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) InviteGet

func (_mock *TenantServiceHandler) InviteGet(context1 context.Context, tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest) (*apiv2.TenantServiceInviteGetResponse, error)

InviteGet provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) InvitesList

func (_mock *TenantServiceHandler) InvitesList(context1 context.Context, tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest) (*apiv2.TenantServiceInvitesListResponse, error)

InvitesList provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) Leave added in v0.0.32

func (_mock *TenantServiceHandler) Leave(context1 context.Context, tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest) (*apiv2.TenantServiceLeaveResponse, error)

Leave provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) List

func (_mock *TenantServiceHandler) List(context1 context.Context, tenantServiceListRequest *apiv2.TenantServiceListRequest) (*apiv2.TenantServiceListResponse, error)

List provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) RemoveMember

func (_mock *TenantServiceHandler) RemoveMember(context1 context.Context, tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest) (*apiv2.TenantServiceRemoveMemberResponse, error)

RemoveMember provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) Update

func (_mock *TenantServiceHandler) Update(context1 context.Context, tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest) (*apiv2.TenantServiceUpdateResponse, error)

Update provides a mock function for the type TenantServiceHandler

func (*TenantServiceHandler) UpdateMember

func (_mock *TenantServiceHandler) UpdateMember(context1 context.Context, tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest) (*apiv2.TenantServiceUpdateMemberResponse, error)

UpdateMember provides a mock function for the type TenantServiceHandler

type TenantServiceHandler_Create_Call added in v0.0.34

type TenantServiceHandler_Create_Call struct {
	*mock.Call
}

TenantServiceHandler_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*TenantServiceHandler_Create_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_Create_Call) Return(tenantServiceCreateResponse *apiv2.TenantServiceCreateResponse, err error) *TenantServiceHandler_Create_Call

func (*TenantServiceHandler_Create_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_Create_Call) Run(run func(context1 context.Context, tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest)) *TenantServiceHandler_Create_Call

func (*TenantServiceHandler_Create_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_Create_Call) RunAndReturn(run func(context1 context.Context, tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest) (*apiv2.TenantServiceCreateResponse, error)) *TenantServiceHandler_Create_Call

type TenantServiceHandler_Delete_Call added in v0.0.34

type TenantServiceHandler_Delete_Call struct {
	*mock.Call
}

TenantServiceHandler_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*TenantServiceHandler_Delete_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_Delete_Call) Return(tenantServiceDeleteResponse *apiv2.TenantServiceDeleteResponse, err error) *TenantServiceHandler_Delete_Call

func (*TenantServiceHandler_Delete_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_Delete_Call) Run(run func(context1 context.Context, tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest)) *TenantServiceHandler_Delete_Call

func (*TenantServiceHandler_Delete_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_Delete_Call) RunAndReturn(run func(context1 context.Context, tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest) (*apiv2.TenantServiceDeleteResponse, error)) *TenantServiceHandler_Delete_Call

type TenantServiceHandler_Expecter added in v0.0.34

type TenantServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*TenantServiceHandler_Expecter) Create added in v0.0.34

func (_e *TenantServiceHandler_Expecter) Create(context1 interface{}, tenantServiceCreateRequest interface{}) *TenantServiceHandler_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceCreateRequest *apiv2.TenantServiceCreateRequest

func (*TenantServiceHandler_Expecter) Delete added in v0.0.34

func (_e *TenantServiceHandler_Expecter) Delete(context1 interface{}, tenantServiceDeleteRequest interface{}) *TenantServiceHandler_Delete_Call

Delete is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceDeleteRequest *apiv2.TenantServiceDeleteRequest

func (*TenantServiceHandler_Expecter) Get added in v0.0.34

func (_e *TenantServiceHandler_Expecter) Get(context1 interface{}, tenantServiceGetRequest interface{}) *TenantServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceGetRequest *apiv2.TenantServiceGetRequest

func (*TenantServiceHandler_Expecter) Invite added in v0.0.34

func (_e *TenantServiceHandler_Expecter) Invite(context1 interface{}, tenantServiceInviteRequest interface{}) *TenantServiceHandler_Invite_Call

Invite is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest

func (*TenantServiceHandler_Expecter) InviteAccept added in v0.0.34

func (_e *TenantServiceHandler_Expecter) InviteAccept(context1 interface{}, tenantServiceInviteAcceptRequest interface{}) *TenantServiceHandler_InviteAccept_Call

InviteAccept is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest

func (*TenantServiceHandler_Expecter) InviteDelete added in v0.0.34

func (_e *TenantServiceHandler_Expecter) InviteDelete(context1 interface{}, tenantServiceInviteDeleteRequest interface{}) *TenantServiceHandler_InviteDelete_Call

InviteDelete is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest

func (*TenantServiceHandler_Expecter) InviteGet added in v0.0.34

func (_e *TenantServiceHandler_Expecter) InviteGet(context1 interface{}, tenantServiceInviteGetRequest interface{}) *TenantServiceHandler_InviteGet_Call

InviteGet is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest

func (*TenantServiceHandler_Expecter) InvitesList added in v0.0.34

func (_e *TenantServiceHandler_Expecter) InvitesList(context1 interface{}, tenantServiceInvitesListRequest interface{}) *TenantServiceHandler_InvitesList_Call

InvitesList is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest

func (*TenantServiceHandler_Expecter) Leave added in v0.0.34

func (_e *TenantServiceHandler_Expecter) Leave(context1 interface{}, tenantServiceLeaveRequest interface{}) *TenantServiceHandler_Leave_Call

Leave is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest

func (*TenantServiceHandler_Expecter) List added in v0.0.34

func (_e *TenantServiceHandler_Expecter) List(context1 interface{}, tenantServiceListRequest interface{}) *TenantServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceListRequest *apiv2.TenantServiceListRequest

func (*TenantServiceHandler_Expecter) RemoveMember added in v0.0.34

func (_e *TenantServiceHandler_Expecter) RemoveMember(context1 interface{}, tenantServiceRemoveMemberRequest interface{}) *TenantServiceHandler_RemoveMember_Call

RemoveMember is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest

func (*TenantServiceHandler_Expecter) Update added in v0.0.34

func (_e *TenantServiceHandler_Expecter) Update(context1 interface{}, tenantServiceUpdateRequest interface{}) *TenantServiceHandler_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest

func (*TenantServiceHandler_Expecter) UpdateMember added in v0.0.34

func (_e *TenantServiceHandler_Expecter) UpdateMember(context1 interface{}, tenantServiceUpdateMemberRequest interface{}) *TenantServiceHandler_UpdateMember_Call

UpdateMember is a helper method to define mock.On call

  • context1 context.Context
  • tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest

type TenantServiceHandler_Get_Call added in v0.0.34

type TenantServiceHandler_Get_Call struct {
	*mock.Call
}

TenantServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*TenantServiceHandler_Get_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_Get_Call) Return(tenantServiceGetResponse *apiv2.TenantServiceGetResponse, err error) *TenantServiceHandler_Get_Call

func (*TenantServiceHandler_Get_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_Get_Call) Run(run func(context1 context.Context, tenantServiceGetRequest *apiv2.TenantServiceGetRequest)) *TenantServiceHandler_Get_Call

func (*TenantServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, tenantServiceGetRequest *apiv2.TenantServiceGetRequest) (*apiv2.TenantServiceGetResponse, error)) *TenantServiceHandler_Get_Call

type TenantServiceHandler_InviteAccept_Call added in v0.0.34

type TenantServiceHandler_InviteAccept_Call struct {
	*mock.Call
}

TenantServiceHandler_InviteAccept_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteAccept'

func (*TenantServiceHandler_InviteAccept_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_InviteAccept_Call) Return(tenantServiceInviteAcceptResponse *apiv2.TenantServiceInviteAcceptResponse, err error) *TenantServiceHandler_InviteAccept_Call

func (*TenantServiceHandler_InviteAccept_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_InviteAccept_Call) Run(run func(context1 context.Context, tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest)) *TenantServiceHandler_InviteAccept_Call

func (*TenantServiceHandler_InviteAccept_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_InviteAccept_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteAcceptRequest *apiv2.TenantServiceInviteAcceptRequest) (*apiv2.TenantServiceInviteAcceptResponse, error)) *TenantServiceHandler_InviteAccept_Call

type TenantServiceHandler_InviteDelete_Call added in v0.0.34

type TenantServiceHandler_InviteDelete_Call struct {
	*mock.Call
}

TenantServiceHandler_InviteDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteDelete'

func (*TenantServiceHandler_InviteDelete_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_InviteDelete_Call) Return(tenantServiceInviteDeleteResponse *apiv2.TenantServiceInviteDeleteResponse, err error) *TenantServiceHandler_InviteDelete_Call

func (*TenantServiceHandler_InviteDelete_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_InviteDelete_Call) Run(run func(context1 context.Context, tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest)) *TenantServiceHandler_InviteDelete_Call

func (*TenantServiceHandler_InviteDelete_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_InviteDelete_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteDeleteRequest *apiv2.TenantServiceInviteDeleteRequest) (*apiv2.TenantServiceInviteDeleteResponse, error)) *TenantServiceHandler_InviteDelete_Call

type TenantServiceHandler_InviteGet_Call added in v0.0.34

type TenantServiceHandler_InviteGet_Call struct {
	*mock.Call
}

TenantServiceHandler_InviteGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InviteGet'

func (*TenantServiceHandler_InviteGet_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_InviteGet_Call) Return(tenantServiceInviteGetResponse *apiv2.TenantServiceInviteGetResponse, err error) *TenantServiceHandler_InviteGet_Call

func (*TenantServiceHandler_InviteGet_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_InviteGet_Call) Run(run func(context1 context.Context, tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest)) *TenantServiceHandler_InviteGet_Call

func (*TenantServiceHandler_InviteGet_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_InviteGet_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteGetRequest *apiv2.TenantServiceInviteGetRequest) (*apiv2.TenantServiceInviteGetResponse, error)) *TenantServiceHandler_InviteGet_Call

type TenantServiceHandler_Invite_Call added in v0.0.34

type TenantServiceHandler_Invite_Call struct {
	*mock.Call
}

TenantServiceHandler_Invite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invite'

func (*TenantServiceHandler_Invite_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_Invite_Call) Return(tenantServiceInviteResponse *apiv2.TenantServiceInviteResponse, err error) *TenantServiceHandler_Invite_Call

func (*TenantServiceHandler_Invite_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_Invite_Call) Run(run func(context1 context.Context, tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest)) *TenantServiceHandler_Invite_Call

func (*TenantServiceHandler_Invite_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_Invite_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInviteRequest *apiv2.TenantServiceInviteRequest) (*apiv2.TenantServiceInviteResponse, error)) *TenantServiceHandler_Invite_Call

type TenantServiceHandler_InvitesList_Call added in v0.0.34

type TenantServiceHandler_InvitesList_Call struct {
	*mock.Call
}

TenantServiceHandler_InvitesList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvitesList'

func (*TenantServiceHandler_InvitesList_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_InvitesList_Call) Return(tenantServiceInvitesListResponse *apiv2.TenantServiceInvitesListResponse, err error) *TenantServiceHandler_InvitesList_Call

func (*TenantServiceHandler_InvitesList_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_InvitesList_Call) Run(run func(context1 context.Context, tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest)) *TenantServiceHandler_InvitesList_Call

func (*TenantServiceHandler_InvitesList_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_InvitesList_Call) RunAndReturn(run func(context1 context.Context, tenantServiceInvitesListRequest *apiv2.TenantServiceInvitesListRequest) (*apiv2.TenantServiceInvitesListResponse, error)) *TenantServiceHandler_InvitesList_Call

type TenantServiceHandler_Leave_Call added in v0.0.34

type TenantServiceHandler_Leave_Call struct {
	*mock.Call
}

TenantServiceHandler_Leave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Leave'

func (*TenantServiceHandler_Leave_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_Leave_Call) Return(tenantServiceLeaveResponse *apiv2.TenantServiceLeaveResponse, err error) *TenantServiceHandler_Leave_Call

func (*TenantServiceHandler_Leave_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_Leave_Call) Run(run func(context1 context.Context, tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest)) *TenantServiceHandler_Leave_Call

func (*TenantServiceHandler_Leave_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_Leave_Call) RunAndReturn(run func(context1 context.Context, tenantServiceLeaveRequest *apiv2.TenantServiceLeaveRequest) (*apiv2.TenantServiceLeaveResponse, error)) *TenantServiceHandler_Leave_Call

type TenantServiceHandler_List_Call added in v0.0.34

type TenantServiceHandler_List_Call struct {
	*mock.Call
}

TenantServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*TenantServiceHandler_List_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_List_Call) Return(tenantServiceListResponse *apiv2.TenantServiceListResponse, err error) *TenantServiceHandler_List_Call

func (*TenantServiceHandler_List_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_List_Call) Run(run func(context1 context.Context, tenantServiceListRequest *apiv2.TenantServiceListRequest)) *TenantServiceHandler_List_Call

func (*TenantServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, tenantServiceListRequest *apiv2.TenantServiceListRequest) (*apiv2.TenantServiceListResponse, error)) *TenantServiceHandler_List_Call

type TenantServiceHandler_RemoveMember_Call added in v0.0.34

type TenantServiceHandler_RemoveMember_Call struct {
	*mock.Call
}

TenantServiceHandler_RemoveMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveMember'

func (*TenantServiceHandler_RemoveMember_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_RemoveMember_Call) Return(tenantServiceRemoveMemberResponse *apiv2.TenantServiceRemoveMemberResponse, err error) *TenantServiceHandler_RemoveMember_Call

func (*TenantServiceHandler_RemoveMember_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_RemoveMember_Call) Run(run func(context1 context.Context, tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest)) *TenantServiceHandler_RemoveMember_Call

func (*TenantServiceHandler_RemoveMember_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_RemoveMember_Call) RunAndReturn(run func(context1 context.Context, tenantServiceRemoveMemberRequest *apiv2.TenantServiceRemoveMemberRequest) (*apiv2.TenantServiceRemoveMemberResponse, error)) *TenantServiceHandler_RemoveMember_Call

type TenantServiceHandler_UpdateMember_Call added in v0.0.34

type TenantServiceHandler_UpdateMember_Call struct {
	*mock.Call
}

TenantServiceHandler_UpdateMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateMember'

func (*TenantServiceHandler_UpdateMember_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_UpdateMember_Call) Return(tenantServiceUpdateMemberResponse *apiv2.TenantServiceUpdateMemberResponse, err error) *TenantServiceHandler_UpdateMember_Call

func (*TenantServiceHandler_UpdateMember_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_UpdateMember_Call) Run(run func(context1 context.Context, tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest)) *TenantServiceHandler_UpdateMember_Call

func (*TenantServiceHandler_UpdateMember_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_UpdateMember_Call) RunAndReturn(run func(context1 context.Context, tenantServiceUpdateMemberRequest *apiv2.TenantServiceUpdateMemberRequest) (*apiv2.TenantServiceUpdateMemberResponse, error)) *TenantServiceHandler_UpdateMember_Call

type TenantServiceHandler_Update_Call added in v0.0.34

type TenantServiceHandler_Update_Call struct {
	*mock.Call
}

TenantServiceHandler_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*TenantServiceHandler_Update_Call) Return added in v0.0.34

func (_c *TenantServiceHandler_Update_Call) Return(tenantServiceUpdateResponse *apiv2.TenantServiceUpdateResponse, err error) *TenantServiceHandler_Update_Call

func (*TenantServiceHandler_Update_Call) Run added in v0.0.34

func (_c *TenantServiceHandler_Update_Call) Run(run func(context1 context.Context, tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest)) *TenantServiceHandler_Update_Call

func (*TenantServiceHandler_Update_Call) RunAndReturn added in v0.0.34

func (_c *TenantServiceHandler_Update_Call) RunAndReturn(run func(context1 context.Context, tenantServiceUpdateRequest *apiv2.TenantServiceUpdateRequest) (*apiv2.TenantServiceUpdateResponse, error)) *TenantServiceHandler_Update_Call

type TokenServiceClient

type TokenServiceClient struct {
	mock.Mock
}

TokenServiceClient is an autogenerated mock type for the TokenServiceClient type

func NewTokenServiceClient

func NewTokenServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *TokenServiceClient

NewTokenServiceClient creates a new instance of TokenServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*TokenServiceClient) Create

func (_mock *TokenServiceClient) Create(context1 context.Context, tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest) (*apiv2.TokenServiceCreateResponse, error)

Create provides a mock function for the type TokenServiceClient

func (*TokenServiceClient) EXPECT added in v0.0.34

func (*TokenServiceClient) Get

func (_mock *TokenServiceClient) Get(context1 context.Context, tokenServiceGetRequest *apiv2.TokenServiceGetRequest) (*apiv2.TokenServiceGetResponse, error)

Get provides a mock function for the type TokenServiceClient

func (*TokenServiceClient) List

func (_mock *TokenServiceClient) List(context1 context.Context, tokenServiceListRequest *apiv2.TokenServiceListRequest) (*apiv2.TokenServiceListResponse, error)

List provides a mock function for the type TokenServiceClient

func (*TokenServiceClient) Refresh added in v0.0.4

func (_mock *TokenServiceClient) Refresh(context1 context.Context, tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest) (*apiv2.TokenServiceRefreshResponse, error)

Refresh provides a mock function for the type TokenServiceClient

func (*TokenServiceClient) Revoke

func (_mock *TokenServiceClient) Revoke(context1 context.Context, tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest) (*apiv2.TokenServiceRevokeResponse, error)

Revoke provides a mock function for the type TokenServiceClient

func (*TokenServiceClient) Update

func (_mock *TokenServiceClient) Update(context1 context.Context, tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest) (*apiv2.TokenServiceUpdateResponse, error)

Update provides a mock function for the type TokenServiceClient

type TokenServiceClient_Create_Call added in v0.0.34

type TokenServiceClient_Create_Call struct {
	*mock.Call
}

TokenServiceClient_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*TokenServiceClient_Create_Call) Return added in v0.0.34

func (_c *TokenServiceClient_Create_Call) Return(tokenServiceCreateResponse *apiv2.TokenServiceCreateResponse, err error) *TokenServiceClient_Create_Call

func (*TokenServiceClient_Create_Call) Run added in v0.0.34

func (_c *TokenServiceClient_Create_Call) Run(run func(context1 context.Context, tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest)) *TokenServiceClient_Create_Call

func (*TokenServiceClient_Create_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceClient_Create_Call) RunAndReturn(run func(context1 context.Context, tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest) (*apiv2.TokenServiceCreateResponse, error)) *TokenServiceClient_Create_Call

type TokenServiceClient_Expecter added in v0.0.34

type TokenServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*TokenServiceClient_Expecter) Create added in v0.0.34

func (_e *TokenServiceClient_Expecter) Create(context1 interface{}, tokenServiceCreateRequest interface{}) *TokenServiceClient_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest

func (*TokenServiceClient_Expecter) Get added in v0.0.34

func (_e *TokenServiceClient_Expecter) Get(context1 interface{}, tokenServiceGetRequest interface{}) *TokenServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceGetRequest *apiv2.TokenServiceGetRequest

func (*TokenServiceClient_Expecter) List added in v0.0.34

func (_e *TokenServiceClient_Expecter) List(context1 interface{}, tokenServiceListRequest interface{}) *TokenServiceClient_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceListRequest *apiv2.TokenServiceListRequest

func (*TokenServiceClient_Expecter) Refresh added in v0.0.34

func (_e *TokenServiceClient_Expecter) Refresh(context1 interface{}, tokenServiceRefreshRequest interface{}) *TokenServiceClient_Refresh_Call

Refresh is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest

func (*TokenServiceClient_Expecter) Revoke added in v0.0.34

func (_e *TokenServiceClient_Expecter) Revoke(context1 interface{}, tokenServiceRevokeRequest interface{}) *TokenServiceClient_Revoke_Call

Revoke is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest

func (*TokenServiceClient_Expecter) Update added in v0.0.34

func (_e *TokenServiceClient_Expecter) Update(context1 interface{}, tokenServiceUpdateRequest interface{}) *TokenServiceClient_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest

type TokenServiceClient_Get_Call added in v0.0.34

type TokenServiceClient_Get_Call struct {
	*mock.Call
}

TokenServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*TokenServiceClient_Get_Call) Return added in v0.0.34

func (_c *TokenServiceClient_Get_Call) Return(tokenServiceGetResponse *apiv2.TokenServiceGetResponse, err error) *TokenServiceClient_Get_Call

func (*TokenServiceClient_Get_Call) Run added in v0.0.34

func (_c *TokenServiceClient_Get_Call) Run(run func(context1 context.Context, tokenServiceGetRequest *apiv2.TokenServiceGetRequest)) *TokenServiceClient_Get_Call

func (*TokenServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, tokenServiceGetRequest *apiv2.TokenServiceGetRequest) (*apiv2.TokenServiceGetResponse, error)) *TokenServiceClient_Get_Call

type TokenServiceClient_List_Call added in v0.0.34

type TokenServiceClient_List_Call struct {
	*mock.Call
}

TokenServiceClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*TokenServiceClient_List_Call) Return added in v0.0.34

func (_c *TokenServiceClient_List_Call) Return(tokenServiceListResponse *apiv2.TokenServiceListResponse, err error) *TokenServiceClient_List_Call

func (*TokenServiceClient_List_Call) Run added in v0.0.34

func (_c *TokenServiceClient_List_Call) Run(run func(context1 context.Context, tokenServiceListRequest *apiv2.TokenServiceListRequest)) *TokenServiceClient_List_Call

func (*TokenServiceClient_List_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceClient_List_Call) RunAndReturn(run func(context1 context.Context, tokenServiceListRequest *apiv2.TokenServiceListRequest) (*apiv2.TokenServiceListResponse, error)) *TokenServiceClient_List_Call

type TokenServiceClient_Refresh_Call added in v0.0.34

type TokenServiceClient_Refresh_Call struct {
	*mock.Call
}

TokenServiceClient_Refresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Refresh'

func (*TokenServiceClient_Refresh_Call) Return added in v0.0.34

func (_c *TokenServiceClient_Refresh_Call) Return(tokenServiceRefreshResponse *apiv2.TokenServiceRefreshResponse, err error) *TokenServiceClient_Refresh_Call

func (*TokenServiceClient_Refresh_Call) Run added in v0.0.34

func (_c *TokenServiceClient_Refresh_Call) Run(run func(context1 context.Context, tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest)) *TokenServiceClient_Refresh_Call

func (*TokenServiceClient_Refresh_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceClient_Refresh_Call) RunAndReturn(run func(context1 context.Context, tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest) (*apiv2.TokenServiceRefreshResponse, error)) *TokenServiceClient_Refresh_Call

type TokenServiceClient_Revoke_Call added in v0.0.34

type TokenServiceClient_Revoke_Call struct {
	*mock.Call
}

TokenServiceClient_Revoke_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Revoke'

func (*TokenServiceClient_Revoke_Call) Return added in v0.0.34

func (_c *TokenServiceClient_Revoke_Call) Return(tokenServiceRevokeResponse *apiv2.TokenServiceRevokeResponse, err error) *TokenServiceClient_Revoke_Call

func (*TokenServiceClient_Revoke_Call) Run added in v0.0.34

func (_c *TokenServiceClient_Revoke_Call) Run(run func(context1 context.Context, tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest)) *TokenServiceClient_Revoke_Call

func (*TokenServiceClient_Revoke_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceClient_Revoke_Call) RunAndReturn(run func(context1 context.Context, tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest) (*apiv2.TokenServiceRevokeResponse, error)) *TokenServiceClient_Revoke_Call

type TokenServiceClient_Update_Call added in v0.0.34

type TokenServiceClient_Update_Call struct {
	*mock.Call
}

TokenServiceClient_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*TokenServiceClient_Update_Call) Return added in v0.0.34

func (_c *TokenServiceClient_Update_Call) Return(tokenServiceUpdateResponse *apiv2.TokenServiceUpdateResponse, err error) *TokenServiceClient_Update_Call

func (*TokenServiceClient_Update_Call) Run added in v0.0.34

func (_c *TokenServiceClient_Update_Call) Run(run func(context1 context.Context, tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest)) *TokenServiceClient_Update_Call

func (*TokenServiceClient_Update_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceClient_Update_Call) RunAndReturn(run func(context1 context.Context, tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest) (*apiv2.TokenServiceUpdateResponse, error)) *TokenServiceClient_Update_Call

type TokenServiceHandler

type TokenServiceHandler struct {
	mock.Mock
}

TokenServiceHandler is an autogenerated mock type for the TokenServiceHandler type

func NewTokenServiceHandler

func NewTokenServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *TokenServiceHandler

NewTokenServiceHandler creates a new instance of TokenServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*TokenServiceHandler) Create

func (_mock *TokenServiceHandler) Create(context1 context.Context, tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest) (*apiv2.TokenServiceCreateResponse, error)

Create provides a mock function for the type TokenServiceHandler

func (*TokenServiceHandler) EXPECT added in v0.0.34

func (*TokenServiceHandler) Get

func (_mock *TokenServiceHandler) Get(context1 context.Context, tokenServiceGetRequest *apiv2.TokenServiceGetRequest) (*apiv2.TokenServiceGetResponse, error)

Get provides a mock function for the type TokenServiceHandler

func (*TokenServiceHandler) List

func (_mock *TokenServiceHandler) List(context1 context.Context, tokenServiceListRequest *apiv2.TokenServiceListRequest) (*apiv2.TokenServiceListResponse, error)

List provides a mock function for the type TokenServiceHandler

func (*TokenServiceHandler) Refresh added in v0.0.4

func (_mock *TokenServiceHandler) Refresh(context1 context.Context, tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest) (*apiv2.TokenServiceRefreshResponse, error)

Refresh provides a mock function for the type TokenServiceHandler

func (*TokenServiceHandler) Revoke

func (_mock *TokenServiceHandler) Revoke(context1 context.Context, tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest) (*apiv2.TokenServiceRevokeResponse, error)

Revoke provides a mock function for the type TokenServiceHandler

func (*TokenServiceHandler) Update

func (_mock *TokenServiceHandler) Update(context1 context.Context, tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest) (*apiv2.TokenServiceUpdateResponse, error)

Update provides a mock function for the type TokenServiceHandler

type TokenServiceHandler_Create_Call added in v0.0.34

type TokenServiceHandler_Create_Call struct {
	*mock.Call
}

TokenServiceHandler_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*TokenServiceHandler_Create_Call) Return added in v0.0.34

func (_c *TokenServiceHandler_Create_Call) Return(tokenServiceCreateResponse *apiv2.TokenServiceCreateResponse, err error) *TokenServiceHandler_Create_Call

func (*TokenServiceHandler_Create_Call) Run added in v0.0.34

func (_c *TokenServiceHandler_Create_Call) Run(run func(context1 context.Context, tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest)) *TokenServiceHandler_Create_Call

func (*TokenServiceHandler_Create_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceHandler_Create_Call) RunAndReturn(run func(context1 context.Context, tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest) (*apiv2.TokenServiceCreateResponse, error)) *TokenServiceHandler_Create_Call

type TokenServiceHandler_Expecter added in v0.0.34

type TokenServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*TokenServiceHandler_Expecter) Create added in v0.0.34

func (_e *TokenServiceHandler_Expecter) Create(context1 interface{}, tokenServiceCreateRequest interface{}) *TokenServiceHandler_Create_Call

Create is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceCreateRequest *apiv2.TokenServiceCreateRequest

func (*TokenServiceHandler_Expecter) Get added in v0.0.34

func (_e *TokenServiceHandler_Expecter) Get(context1 interface{}, tokenServiceGetRequest interface{}) *TokenServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceGetRequest *apiv2.TokenServiceGetRequest

func (*TokenServiceHandler_Expecter) List added in v0.0.34

func (_e *TokenServiceHandler_Expecter) List(context1 interface{}, tokenServiceListRequest interface{}) *TokenServiceHandler_List_Call

List is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceListRequest *apiv2.TokenServiceListRequest

func (*TokenServiceHandler_Expecter) Refresh added in v0.0.34

func (_e *TokenServiceHandler_Expecter) Refresh(context1 interface{}, tokenServiceRefreshRequest interface{}) *TokenServiceHandler_Refresh_Call

Refresh is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest

func (*TokenServiceHandler_Expecter) Revoke added in v0.0.34

func (_e *TokenServiceHandler_Expecter) Revoke(context1 interface{}, tokenServiceRevokeRequest interface{}) *TokenServiceHandler_Revoke_Call

Revoke is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest

func (*TokenServiceHandler_Expecter) Update added in v0.0.34

func (_e *TokenServiceHandler_Expecter) Update(context1 interface{}, tokenServiceUpdateRequest interface{}) *TokenServiceHandler_Update_Call

Update is a helper method to define mock.On call

  • context1 context.Context
  • tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest

type TokenServiceHandler_Get_Call added in v0.0.34

type TokenServiceHandler_Get_Call struct {
	*mock.Call
}

TokenServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*TokenServiceHandler_Get_Call) Return added in v0.0.34

func (_c *TokenServiceHandler_Get_Call) Return(tokenServiceGetResponse *apiv2.TokenServiceGetResponse, err error) *TokenServiceHandler_Get_Call

func (*TokenServiceHandler_Get_Call) Run added in v0.0.34

func (_c *TokenServiceHandler_Get_Call) Run(run func(context1 context.Context, tokenServiceGetRequest *apiv2.TokenServiceGetRequest)) *TokenServiceHandler_Get_Call

func (*TokenServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, tokenServiceGetRequest *apiv2.TokenServiceGetRequest) (*apiv2.TokenServiceGetResponse, error)) *TokenServiceHandler_Get_Call

type TokenServiceHandler_List_Call added in v0.0.34

type TokenServiceHandler_List_Call struct {
	*mock.Call
}

TokenServiceHandler_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*TokenServiceHandler_List_Call) Return added in v0.0.34

func (_c *TokenServiceHandler_List_Call) Return(tokenServiceListResponse *apiv2.TokenServiceListResponse, err error) *TokenServiceHandler_List_Call

func (*TokenServiceHandler_List_Call) Run added in v0.0.34

func (_c *TokenServiceHandler_List_Call) Run(run func(context1 context.Context, tokenServiceListRequest *apiv2.TokenServiceListRequest)) *TokenServiceHandler_List_Call

func (*TokenServiceHandler_List_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceHandler_List_Call) RunAndReturn(run func(context1 context.Context, tokenServiceListRequest *apiv2.TokenServiceListRequest) (*apiv2.TokenServiceListResponse, error)) *TokenServiceHandler_List_Call

type TokenServiceHandler_Refresh_Call added in v0.0.34

type TokenServiceHandler_Refresh_Call struct {
	*mock.Call
}

TokenServiceHandler_Refresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Refresh'

func (*TokenServiceHandler_Refresh_Call) Return added in v0.0.34

func (_c *TokenServiceHandler_Refresh_Call) Return(tokenServiceRefreshResponse *apiv2.TokenServiceRefreshResponse, err error) *TokenServiceHandler_Refresh_Call

func (*TokenServiceHandler_Refresh_Call) Run added in v0.0.34

func (_c *TokenServiceHandler_Refresh_Call) Run(run func(context1 context.Context, tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest)) *TokenServiceHandler_Refresh_Call

func (*TokenServiceHandler_Refresh_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceHandler_Refresh_Call) RunAndReturn(run func(context1 context.Context, tokenServiceRefreshRequest *apiv2.TokenServiceRefreshRequest) (*apiv2.TokenServiceRefreshResponse, error)) *TokenServiceHandler_Refresh_Call

type TokenServiceHandler_Revoke_Call added in v0.0.34

type TokenServiceHandler_Revoke_Call struct {
	*mock.Call
}

TokenServiceHandler_Revoke_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Revoke'

func (*TokenServiceHandler_Revoke_Call) Return added in v0.0.34

func (_c *TokenServiceHandler_Revoke_Call) Return(tokenServiceRevokeResponse *apiv2.TokenServiceRevokeResponse, err error) *TokenServiceHandler_Revoke_Call

func (*TokenServiceHandler_Revoke_Call) Run added in v0.0.34

func (_c *TokenServiceHandler_Revoke_Call) Run(run func(context1 context.Context, tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest)) *TokenServiceHandler_Revoke_Call

func (*TokenServiceHandler_Revoke_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceHandler_Revoke_Call) RunAndReturn(run func(context1 context.Context, tokenServiceRevokeRequest *apiv2.TokenServiceRevokeRequest) (*apiv2.TokenServiceRevokeResponse, error)) *TokenServiceHandler_Revoke_Call

type TokenServiceHandler_Update_Call added in v0.0.34

type TokenServiceHandler_Update_Call struct {
	*mock.Call
}

TokenServiceHandler_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*TokenServiceHandler_Update_Call) Return added in v0.0.34

func (_c *TokenServiceHandler_Update_Call) Return(tokenServiceUpdateResponse *apiv2.TokenServiceUpdateResponse, err error) *TokenServiceHandler_Update_Call

func (*TokenServiceHandler_Update_Call) Run added in v0.0.34

func (_c *TokenServiceHandler_Update_Call) Run(run func(context1 context.Context, tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest)) *TokenServiceHandler_Update_Call

func (*TokenServiceHandler_Update_Call) RunAndReturn added in v0.0.34

func (_c *TokenServiceHandler_Update_Call) RunAndReturn(run func(context1 context.Context, tokenServiceUpdateRequest *apiv2.TokenServiceUpdateRequest) (*apiv2.TokenServiceUpdateResponse, error)) *TokenServiceHandler_Update_Call

type UserServiceClient

type UserServiceClient struct {
	mock.Mock
}

UserServiceClient is an autogenerated mock type for the UserServiceClient type

func NewUserServiceClient

func NewUserServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *UserServiceClient

NewUserServiceClient creates a new instance of UserServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UserServiceClient) EXPECT added in v0.0.34

func (*UserServiceClient) Get

func (_mock *UserServiceClient) Get(context1 context.Context, userServiceGetRequest *apiv2.UserServiceGetRequest) (*apiv2.UserServiceGetResponse, error)

Get provides a mock function for the type UserServiceClient

type UserServiceClient_Expecter added in v0.0.34

type UserServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*UserServiceClient_Expecter) Get added in v0.0.34

func (_e *UserServiceClient_Expecter) Get(context1 interface{}, userServiceGetRequest interface{}) *UserServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • userServiceGetRequest *apiv2.UserServiceGetRequest

type UserServiceClient_Get_Call added in v0.0.34

type UserServiceClient_Get_Call struct {
	*mock.Call
}

UserServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*UserServiceClient_Get_Call) Return added in v0.0.34

func (_c *UserServiceClient_Get_Call) Return(userServiceGetResponse *apiv2.UserServiceGetResponse, err error) *UserServiceClient_Get_Call

func (*UserServiceClient_Get_Call) Run added in v0.0.34

func (_c *UserServiceClient_Get_Call) Run(run func(context1 context.Context, userServiceGetRequest *apiv2.UserServiceGetRequest)) *UserServiceClient_Get_Call

func (*UserServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *UserServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, userServiceGetRequest *apiv2.UserServiceGetRequest) (*apiv2.UserServiceGetResponse, error)) *UserServiceClient_Get_Call

type UserServiceHandler

type UserServiceHandler struct {
	mock.Mock
}

UserServiceHandler is an autogenerated mock type for the UserServiceHandler type

func NewUserServiceHandler

func NewUserServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *UserServiceHandler

NewUserServiceHandler creates a new instance of UserServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UserServiceHandler) EXPECT added in v0.0.34

func (*UserServiceHandler) Get

func (_mock *UserServiceHandler) Get(context1 context.Context, userServiceGetRequest *apiv2.UserServiceGetRequest) (*apiv2.UserServiceGetResponse, error)

Get provides a mock function for the type UserServiceHandler

type UserServiceHandler_Expecter added in v0.0.34

type UserServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*UserServiceHandler_Expecter) Get added in v0.0.34

func (_e *UserServiceHandler_Expecter) Get(context1 interface{}, userServiceGetRequest interface{}) *UserServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • userServiceGetRequest *apiv2.UserServiceGetRequest

type UserServiceHandler_Get_Call added in v0.0.34

type UserServiceHandler_Get_Call struct {
	*mock.Call
}

UserServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*UserServiceHandler_Get_Call) Return added in v0.0.34

func (_c *UserServiceHandler_Get_Call) Return(userServiceGetResponse *apiv2.UserServiceGetResponse, err error) *UserServiceHandler_Get_Call

func (*UserServiceHandler_Get_Call) Run added in v0.0.34

func (_c *UserServiceHandler_Get_Call) Run(run func(context1 context.Context, userServiceGetRequest *apiv2.UserServiceGetRequest)) *UserServiceHandler_Get_Call

func (*UserServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *UserServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, userServiceGetRequest *apiv2.UserServiceGetRequest) (*apiv2.UserServiceGetResponse, error)) *UserServiceHandler_Get_Call

type VersionServiceClient

type VersionServiceClient struct {
	mock.Mock
}

VersionServiceClient is an autogenerated mock type for the VersionServiceClient type

func NewVersionServiceClient

func NewVersionServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *VersionServiceClient

NewVersionServiceClient creates a new instance of VersionServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*VersionServiceClient) EXPECT added in v0.0.34

func (*VersionServiceClient) Get

func (_mock *VersionServiceClient) Get(context1 context.Context, versionServiceGetRequest *apiv2.VersionServiceGetRequest) (*apiv2.VersionServiceGetResponse, error)

Get provides a mock function for the type VersionServiceClient

type VersionServiceClient_Expecter added in v0.0.34

type VersionServiceClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*VersionServiceClient_Expecter) Get added in v0.0.34

func (_e *VersionServiceClient_Expecter) Get(context1 interface{}, versionServiceGetRequest interface{}) *VersionServiceClient_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • versionServiceGetRequest *apiv2.VersionServiceGetRequest

type VersionServiceClient_Get_Call added in v0.0.34

type VersionServiceClient_Get_Call struct {
	*mock.Call
}

VersionServiceClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*VersionServiceClient_Get_Call) Return added in v0.0.34

func (_c *VersionServiceClient_Get_Call) Return(versionServiceGetResponse *apiv2.VersionServiceGetResponse, err error) *VersionServiceClient_Get_Call

func (*VersionServiceClient_Get_Call) Run added in v0.0.34

func (_c *VersionServiceClient_Get_Call) Run(run func(context1 context.Context, versionServiceGetRequest *apiv2.VersionServiceGetRequest)) *VersionServiceClient_Get_Call

func (*VersionServiceClient_Get_Call) RunAndReturn added in v0.0.34

func (_c *VersionServiceClient_Get_Call) RunAndReturn(run func(context1 context.Context, versionServiceGetRequest *apiv2.VersionServiceGetRequest) (*apiv2.VersionServiceGetResponse, error)) *VersionServiceClient_Get_Call

type VersionServiceHandler

type VersionServiceHandler struct {
	mock.Mock
}

VersionServiceHandler is an autogenerated mock type for the VersionServiceHandler type

func NewVersionServiceHandler

func NewVersionServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *VersionServiceHandler

NewVersionServiceHandler creates a new instance of VersionServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*VersionServiceHandler) EXPECT added in v0.0.34

func (*VersionServiceHandler) Get

func (_mock *VersionServiceHandler) Get(context1 context.Context, versionServiceGetRequest *apiv2.VersionServiceGetRequest) (*apiv2.VersionServiceGetResponse, error)

Get provides a mock function for the type VersionServiceHandler

type VersionServiceHandler_Expecter added in v0.0.34

type VersionServiceHandler_Expecter struct {
	// contains filtered or unexported fields
}

func (*VersionServiceHandler_Expecter) Get added in v0.0.34

func (_e *VersionServiceHandler_Expecter) Get(context1 interface{}, versionServiceGetRequest interface{}) *VersionServiceHandler_Get_Call

Get is a helper method to define mock.On call

  • context1 context.Context
  • versionServiceGetRequest *apiv2.VersionServiceGetRequest

type VersionServiceHandler_Get_Call added in v0.0.34

type VersionServiceHandler_Get_Call struct {
	*mock.Call
}

VersionServiceHandler_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*VersionServiceHandler_Get_Call) Return added in v0.0.34

func (_c *VersionServiceHandler_Get_Call) Return(versionServiceGetResponse *apiv2.VersionServiceGetResponse, err error) *VersionServiceHandler_Get_Call

func (*VersionServiceHandler_Get_Call) Run added in v0.0.34

func (_c *VersionServiceHandler_Get_Call) Run(run func(context1 context.Context, versionServiceGetRequest *apiv2.VersionServiceGetRequest)) *VersionServiceHandler_Get_Call

func (*VersionServiceHandler_Get_Call) RunAndReturn added in v0.0.34

func (_c *VersionServiceHandler_Get_Call) RunAndReturn(run func(context1 context.Context, versionServiceGetRequest *apiv2.VersionServiceGetRequest) (*apiv2.VersionServiceGetResponse, error)) *VersionServiceHandler_Get_Call

Jump to

Keyboard shortcuts

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