Documentation
¶
Index ¶
- type ClientService
- func (_m *ClientService) OrganizationServiceCreate(params *organization_service.OrganizationServiceCreateParams, ...) (*organization_service.OrganizationServiceCreateOK, error)
- func (_m *ClientService) OrganizationServiceGet(params *organization_service.OrganizationServiceGetParams, ...) (*organization_service.OrganizationServiceGetOK, error)
- func (_m *ClientService) OrganizationServiceGetIamPolicy(params *organization_service.OrganizationServiceGetIamPolicyParams, ...) (*organization_service.OrganizationServiceGetIamPolicyOK, error)
- func (_m *ClientService) OrganizationServiceGetRole(params *organization_service.OrganizationServiceGetRoleParams, ...) (*organization_service.OrganizationServiceGetRoleOK, error)
- func (_m *ClientService) OrganizationServiceList(params *organization_service.OrganizationServiceListParams, ...) (*organization_service.OrganizationServiceListOK, error)
- func (_m *ClientService) OrganizationServiceListRoles(params *organization_service.OrganizationServiceListRolesParams, ...) (*organization_service.OrganizationServiceListRolesOK, error)
- func (_m *ClientService) OrganizationServiceSetIamPolicy(params *organization_service.OrganizationServiceSetIamPolicyParams, ...) (*organization_service.OrganizationServiceSetIamPolicyOK, error)
- func (_m *ClientService) OrganizationServiceSetName(params *organization_service.OrganizationServiceSetNameParams, ...) (*organization_service.OrganizationServiceSetNameOK, error)
- func (_m *ClientService) OrganizationServiceTestIamPermissions(params *organization_service.OrganizationServiceTestIamPermissionsParams, ...) (*organization_service.OrganizationServiceTestIamPermissionsOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func NewClientService ¶
func NewClientService(t interface { mock.TestingT Cleanup(func()) }) *ClientService
NewClientService creates a new instance of ClientService. 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 (*ClientService) OrganizationServiceCreate ¶
func (_m *ClientService) OrganizationServiceCreate(params *organization_service.OrganizationServiceCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceCreateOK, error)
OrganizationServiceCreate provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceGet ¶
func (_m *ClientService) OrganizationServiceGet(params *organization_service.OrganizationServiceGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceGetOK, error)
OrganizationServiceGet provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceGetIamPolicy ¶
func (_m *ClientService) OrganizationServiceGetIamPolicy(params *organization_service.OrganizationServiceGetIamPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceGetIamPolicyOK, error)
OrganizationServiceGetIamPolicy provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceGetRole ¶
func (_m *ClientService) OrganizationServiceGetRole(params *organization_service.OrganizationServiceGetRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceGetRoleOK, error)
OrganizationServiceGetRole provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceList ¶
func (_m *ClientService) OrganizationServiceList(params *organization_service.OrganizationServiceListParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceListOK, error)
OrganizationServiceList provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceListRoles ¶
func (_m *ClientService) OrganizationServiceListRoles(params *organization_service.OrganizationServiceListRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceListRolesOK, error)
OrganizationServiceListRoles provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceSetIamPolicy ¶
func (_m *ClientService) OrganizationServiceSetIamPolicy(params *organization_service.OrganizationServiceSetIamPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceSetIamPolicyOK, error)
OrganizationServiceSetIamPolicy provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceSetName ¶
func (_m *ClientService) OrganizationServiceSetName(params *organization_service.OrganizationServiceSetNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceSetNameOK, error)
OrganizationServiceSetName provides a mock function with given fields: params, authInfo, opts
func (*ClientService) OrganizationServiceTestIamPermissions ¶
func (_m *ClientService) OrganizationServiceTestIamPermissions(params *organization_service.OrganizationServiceTestIamPermissionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...organization_service.ClientOption) (*organization_service.OrganizationServiceTestIamPermissionsOK, error)
OrganizationServiceTestIamPermissions provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport