Documentation ¶
Overview ¶
Package mock_resources is a generated GoMock package.
Package mock_resources is a generated GoMock package.
Package mock_resources is a generated GoMock package.
Package mock_resources is a generated GoMock package.
Package mock_resources is a generated GoMock package.
Index ¶
- type MockLocationsService
- type MockLocationsServiceMockRecorder
- type MockNameService
- type MockNameServiceMockRecorder
- type MockRegistriesService
- func (m *MockRegistriesService) Delete(id string) (*ionoscloud.APIResponse, error)
- func (m *MockRegistriesService) EXPECT() *MockRegistriesServiceMockRecorder
- func (m *MockRegistriesService) Get(id string) (ionoscloud.RegistryResponse, *ionoscloud.APIResponse, error)
- func (m *MockRegistriesService) List(filterName string) (ionoscloud.RegistriesResponse, *ionoscloud.APIResponse, error)
- func (m *MockRegistriesService) Patch(id string, input ionoscloud.PatchRegistryInput) (ionoscloud.RegistryResponse, *ionoscloud.APIResponse, error)
- func (m *MockRegistriesService) Post(input ionoscloud.PostRegistryInput) (ionoscloud.PostRegistryOutput, *ionoscloud.APIResponse, error)
- func (m *MockRegistriesService) Put(id string, input ionoscloud.PutRegistryInput) (ionoscloud.PutRegistryOutput, *ionoscloud.APIResponse, error)
- type MockRegistriesServiceMockRecorder
- func (mr *MockRegistriesServiceMockRecorder) Delete(id interface{}) *gomock.Call
- func (mr *MockRegistriesServiceMockRecorder) Get(id interface{}) *gomock.Call
- func (mr *MockRegistriesServiceMockRecorder) List(filterName interface{}) *gomock.Call
- func (mr *MockRegistriesServiceMockRecorder) Patch(id, input interface{}) *gomock.Call
- func (mr *MockRegistriesServiceMockRecorder) Post(input interface{}) *gomock.Call
- func (mr *MockRegistriesServiceMockRecorder) Put(id, input interface{}) *gomock.Call
- type MockRepositoryService
- type MockRepositoryServiceMockRecorder
- type MockTokenService
- func (m *MockTokenService) Delete(id, registryId string) (*ionoscloud.APIResponse, error)
- func (m *MockTokenService) EXPECT() *MockTokenServiceMockRecorder
- func (m *MockTokenService) Get(id, registryId string) (ionoscloud.TokenResponse, *ionoscloud.APIResponse, error)
- func (m *MockTokenService) List(registryId string) (ionoscloud.TokensResponse, *ionoscloud.APIResponse, error)
- func (m *MockTokenService) Patch(id string, input ionoscloud.PatchTokenInput, registryId string) (ionoscloud.TokenResponse, *ionoscloud.APIResponse, error)
- func (m *MockTokenService) Post(input ionoscloud.PostTokenInput, registryId string) (ionoscloud.PostTokenOutput, *ionoscloud.APIResponse, error)
- func (m *MockTokenService) Put(id string, input ionoscloud.PutTokenInput, registryId string) (ionoscloud.PutTokenOutput, *ionoscloud.APIResponse, error)
- type MockTokenServiceMockRecorder
- func (mr *MockTokenServiceMockRecorder) Delete(id, registryId interface{}) *gomock.Call
- func (mr *MockTokenServiceMockRecorder) Get(id, registryId interface{}) *gomock.Call
- func (mr *MockTokenServiceMockRecorder) List(registryId interface{}) *gomock.Call
- func (mr *MockTokenServiceMockRecorder) Patch(id, input, registryId interface{}) *gomock.Call
- func (mr *MockTokenServiceMockRecorder) Post(input, registryId interface{}) *gomock.Call
- func (mr *MockTokenServiceMockRecorder) Put(id, input, registryId interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLocationsService ¶
type MockLocationsService struct {
// contains filtered or unexported fields
}
MockLocationsService is a mock of LocationsService interface.
func NewMockLocationsService ¶
func NewMockLocationsService(ctrl *gomock.Controller) *MockLocationsService
NewMockLocationsService creates a new mock instance.
func (*MockLocationsService) EXPECT ¶
func (m *MockLocationsService) EXPECT() *MockLocationsServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLocationsService) Get ¶
func (m *MockLocationsService) Get() (ionoscloud.LocationsResponse, *ionoscloud.APIResponse, error)
Get mocks base method.
type MockLocationsServiceMockRecorder ¶
type MockLocationsServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockLocationsServiceMockRecorder is the mock recorder for MockLocationsService.
func (*MockLocationsServiceMockRecorder) Get ¶
func (mr *MockLocationsServiceMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get.
type MockNameService ¶
type MockNameService struct {
// contains filtered or unexported fields
}
MockNameService is a mock of NameService interface.
func NewMockNameService ¶
func NewMockNameService(ctrl *gomock.Controller) *MockNameService
NewMockNameService creates a new mock instance.
func (*MockNameService) EXPECT ¶
func (m *MockNameService) EXPECT() *MockNameServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNameService) Head ¶
func (m *MockNameService) Head(name string) (*ionoscloud.APIResponse, error)
Head mocks base method.
type MockNameServiceMockRecorder ¶
type MockNameServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockNameServiceMockRecorder is the mock recorder for MockNameService.
func (*MockNameServiceMockRecorder) Head ¶
func (mr *MockNameServiceMockRecorder) Head(name interface{}) *gomock.Call
Head indicates an expected call of Head.
type MockRegistriesService ¶
type MockRegistriesService struct {
// contains filtered or unexported fields
}
MockRegistriesService is a mock of RegistriesService interface.
func NewMockRegistriesService ¶
func NewMockRegistriesService(ctrl *gomock.Controller) *MockRegistriesService
NewMockRegistriesService creates a new mock instance.
func (*MockRegistriesService) Delete ¶
func (m *MockRegistriesService) Delete(id string) (*ionoscloud.APIResponse, error)
Delete mocks base method.
func (*MockRegistriesService) EXPECT ¶
func (m *MockRegistriesService) EXPECT() *MockRegistriesServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRegistriesService) Get ¶
func (m *MockRegistriesService) Get(id string) (ionoscloud.RegistryResponse, *ionoscloud.APIResponse, error)
Get mocks base method.
func (*MockRegistriesService) List ¶
func (m *MockRegistriesService) List(filterName string) (ionoscloud.RegistriesResponse, *ionoscloud.APIResponse, error)
List mocks base method.
func (*MockRegistriesService) Patch ¶
func (m *MockRegistriesService) Patch(id string, input ionoscloud.PatchRegistryInput) (ionoscloud.RegistryResponse, *ionoscloud.APIResponse, error)
Patch mocks base method.
func (*MockRegistriesService) Post ¶
func (m *MockRegistriesService) Post(input ionoscloud.PostRegistryInput) (ionoscloud.PostRegistryOutput, *ionoscloud.APIResponse, error)
Post mocks base method.
func (*MockRegistriesService) Put ¶
func (m *MockRegistriesService) Put(id string, input ionoscloud.PutRegistryInput) (ionoscloud.PutRegistryOutput, *ionoscloud.APIResponse, error)
Put mocks base method.
type MockRegistriesServiceMockRecorder ¶
type MockRegistriesServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistriesServiceMockRecorder is the mock recorder for MockRegistriesService.
func (*MockRegistriesServiceMockRecorder) Delete ¶
func (mr *MockRegistriesServiceMockRecorder) Delete(id interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockRegistriesServiceMockRecorder) Get ¶
func (mr *MockRegistriesServiceMockRecorder) Get(id interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockRegistriesServiceMockRecorder) List ¶
func (mr *MockRegistriesServiceMockRecorder) List(filterName interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockRegistriesServiceMockRecorder) Patch ¶
func (mr *MockRegistriesServiceMockRecorder) Patch(id, input interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockRegistriesServiceMockRecorder) Post ¶
func (mr *MockRegistriesServiceMockRecorder) Post(input interface{}) *gomock.Call
Post indicates an expected call of Post.
func (*MockRegistriesServiceMockRecorder) Put ¶
func (mr *MockRegistriesServiceMockRecorder) Put(id, input interface{}) *gomock.Call
Put indicates an expected call of Put.
type MockRepositoryService ¶
type MockRepositoryService struct {
// contains filtered or unexported fields
}
MockRepositoryService is a mock of RepositoryService interface.
func NewMockRepositoryService ¶
func NewMockRepositoryService(ctrl *gomock.Controller) *MockRepositoryService
NewMockRepositoryService creates a new mock instance.
func (*MockRepositoryService) Delete ¶
func (m *MockRepositoryService) Delete(regId, name string) (*ionoscloud.APIResponse, error)
Delete mocks base method.
func (*MockRepositoryService) EXPECT ¶
func (m *MockRepositoryService) EXPECT() *MockRepositoryServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRepositoryServiceMockRecorder ¶
type MockRepositoryServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoryServiceMockRecorder is the mock recorder for MockRepositoryService.
func (*MockRepositoryServiceMockRecorder) Delete ¶
func (mr *MockRepositoryServiceMockRecorder) Delete(regId, name interface{}) *gomock.Call
Delete indicates an expected call of Delete.
type MockTokenService ¶
type MockTokenService struct {
// contains filtered or unexported fields
}
MockTokenService is a mock of TokenService interface.
func NewMockTokenService ¶
func NewMockTokenService(ctrl *gomock.Controller) *MockTokenService
NewMockTokenService creates a new mock instance.
func (*MockTokenService) Delete ¶
func (m *MockTokenService) Delete(id, registryId string) (*ionoscloud.APIResponse, error)
Delete mocks base method.
func (*MockTokenService) EXPECT ¶
func (m *MockTokenService) EXPECT() *MockTokenServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTokenService) Get ¶
func (m *MockTokenService) Get(id, registryId string) (ionoscloud.TokenResponse, *ionoscloud.APIResponse, error)
Get mocks base method.
func (*MockTokenService) List ¶
func (m *MockTokenService) List(registryId string) (ionoscloud.TokensResponse, *ionoscloud.APIResponse, error)
List mocks base method.
func (*MockTokenService) Patch ¶
func (m *MockTokenService) Patch(id string, input ionoscloud.PatchTokenInput, registryId string) (ionoscloud.TokenResponse, *ionoscloud.APIResponse, error)
Patch mocks base method.
func (*MockTokenService) Post ¶
func (m *MockTokenService) Post(input ionoscloud.PostTokenInput, registryId string) (ionoscloud.PostTokenOutput, *ionoscloud.APIResponse, error)
Post mocks base method.
func (*MockTokenService) Put ¶
func (m *MockTokenService) Put(id string, input ionoscloud.PutTokenInput, registryId string) (ionoscloud.PutTokenOutput, *ionoscloud.APIResponse, error)
Put mocks base method.
type MockTokenServiceMockRecorder ¶
type MockTokenServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockTokenServiceMockRecorder is the mock recorder for MockTokenService.
func (*MockTokenServiceMockRecorder) Delete ¶
func (mr *MockTokenServiceMockRecorder) Delete(id, registryId interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockTokenServiceMockRecorder) Get ¶
func (mr *MockTokenServiceMockRecorder) Get(id, registryId interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockTokenServiceMockRecorder) List ¶
func (mr *MockTokenServiceMockRecorder) List(registryId interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockTokenServiceMockRecorder) Patch ¶
func (mr *MockTokenServiceMockRecorder) Patch(id, input, registryId interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockTokenServiceMockRecorder) Post ¶
func (mr *MockTokenServiceMockRecorder) Post(input, registryId interface{}) *gomock.Call
Post indicates an expected call of Post.
func (*MockTokenServiceMockRecorder) Put ¶
func (mr *MockTokenServiceMockRecorder) Put(id, input, registryId interface{}) *gomock.Call
Put indicates an expected call of Put.