Documentation ¶
Index ¶
- type ContainerRegistryClient
- func (cMock *ContainerRegistryClient) CreateProjectForAccount(ctx context.Context, in *container_registry.CreateProjectIn, ...) (*container_registry.CreateProjectOut, error)
- func (cMock *ContainerRegistryClient) GetSvcCredentials(ctx context.Context, in *container_registry.GetSvcCredentialsIn, ...) (*container_registry.GetSvcCredentialsOut, error)
- type ContainerRegistryClientCallerInfo
- type ContainerRegistryServer
- func (cMock *ContainerRegistryServer) CreateProjectForAccount(ka context.Context, kb *container_registry.CreateProjectIn) (*container_registry.CreateProjectOut, error)
- func (cMock *ContainerRegistryServer) GetSvcCredentials(kc context.Context, kd *container_registry.GetSvcCredentialsIn) (*container_registry.GetSvcCredentialsOut, error)
- type ContainerRegistryServerCallerInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerRegistryClient ¶
type ContainerRegistryClient struct { Calls map[string][]ContainerRegistryClientCallerInfo MockCreateProjectForAccount func(ctx context.Context, in *container_registry.CreateProjectIn, opts ...grpc.CallOption) (*container_registry.CreateProjectOut, error) MockGetSvcCredentials func(ctx context.Context, in *container_registry.GetSvcCredentialsIn, opts ...grpc.CallOption) (*container_registry.GetSvcCredentialsOut, error) }
func NewContainerRegistryClient ¶
func NewContainerRegistryClient() *ContainerRegistryClient
func (*ContainerRegistryClient) CreateProjectForAccount ¶
func (cMock *ContainerRegistryClient) CreateProjectForAccount(ctx context.Context, in *container_registry.CreateProjectIn, opts ...grpc.CallOption) (*container_registry.CreateProjectOut, error)
func (*ContainerRegistryClient) GetSvcCredentials ¶
func (cMock *ContainerRegistryClient) GetSvcCredentials(ctx context.Context, in *container_registry.GetSvcCredentialsIn, opts ...grpc.CallOption) (*container_registry.GetSvcCredentialsOut, error)
type ContainerRegistryClientCallerInfo ¶
type ContainerRegistryClientCallerInfo struct {
Args []any
}
type ContainerRegistryServer ¶
type ContainerRegistryServer struct { Calls map[string][]ContainerRegistryServerCallerInfo MockCreateProjectForAccount func(ka context.Context, kb *container_registry.CreateProjectIn) (*container_registry.CreateProjectOut, error) MockGetSvcCredentials func(kc context.Context, kd *container_registry.GetSvcCredentialsIn) (*container_registry.GetSvcCredentialsOut, error) }
func NewContainerRegistryServer ¶
func NewContainerRegistryServer() *ContainerRegistryServer
func (*ContainerRegistryServer) CreateProjectForAccount ¶
func (cMock *ContainerRegistryServer) CreateProjectForAccount(ka context.Context, kb *container_registry.CreateProjectIn) (*container_registry.CreateProjectOut, error)
func (*ContainerRegistryServer) GetSvcCredentials ¶
func (cMock *ContainerRegistryServer) GetSvcCredentials(kc context.Context, kd *container_registry.GetSvcCredentialsIn) (*container_registry.GetSvcCredentialsOut, error)
type ContainerRegistryServerCallerInfo ¶
type ContainerRegistryServerCallerInfo struct {
Args []any
}
Click to show internal directories.
Click to hide internal directories.