Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRequest ¶
type GetResponse ¶
type GetResponse struct {
TenantID string
}
type MapSystemToTenantResponse ¶
type MapSystemToTenantResponse struct {
Success bool
}
type RegistryMapping ¶
type RegistryMapping interface {
MapSystemToTenant(
ctx context.Context, req *MapSystemToTenantRequest,
) (*MapSystemToTenantResponse, error)
UnmapSystemFromTenant(
ctx context.Context, req *UnmapSystemFromTenantRequest,
) (*UnmapSystemFromTenantResponse, error)
Get(ctx context.Context, req *GetRequest) (*GetResponse, error)
}
type UnmapSystemFromTenantResponse ¶
type UnmapSystemFromTenantResponse struct {
Success bool
}
Click to show internal directories.
Click to hide internal directories.