Documentation ¶
Index ¶
- type GcpServiceClient
- func (_m *GcpServiceClient) DescribeInstance(ctx context.Context, projectID string, zone string, instanceName string) (*gcp.Compute, error)
- func (_m *GcpServiceClient) GetAsset(ctx context.Context, gcpProjectID string, resourceName string) (*assetpb.ResourceSearchResult, error)
- func (_m *GcpServiceClient) VerifyCode(ctx context.Context, gcpProjectID string, verificationCode string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GcpServiceClient ¶
GcpServiceClient is an autogenerated mock type for the GcpServiceClient type
func NewGcpServiceClient ¶
func NewGcpServiceClient(t interface { mock.TestingT Cleanup(func()) }) *GcpServiceClient
NewGcpServiceClient creates a new instance of GcpServiceClient. 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 (*GcpServiceClient) DescribeInstance ¶
func (_m *GcpServiceClient) DescribeInstance(ctx context.Context, projectID string, zone string, instanceName string) (*gcp.Compute, error)
DescribeInstance provides a mock function with given fields: ctx, projectID, zone, instanceName
func (*GcpServiceClient) GetAsset ¶
func (_m *GcpServiceClient) GetAsset(ctx context.Context, gcpProjectID string, resourceName string) (*assetpb.ResourceSearchResult, error)
GetAsset provides a mock function with given fields: ctx, gcpProjectID, resourceName
func (*GcpServiceClient) VerifyCode ¶
func (_m *GcpServiceClient) VerifyCode(ctx context.Context, gcpProjectID string, verificationCode string) (bool, error)
VerifyCode provides a mock function with given fields: ctx, gcpProjectID, verificationCode
Click to show internal directories.
Click to hide internal directories.