Documentation
¶
Index ¶
- type FakeService
- func (s *FakeService) Get(context.Context, *mappingv1.GetRequest) (*mappingv1.GetResponse, error)
- func (s *FakeService) MapSystemToTenant(context.Context, *mappingv1.MapSystemToTenantRequest) (*mappingv1.MapSystemToTenantResponse, error)
- func (s *FakeService) UnmapSystemFromTenant(context.Context, *mappingv1.UnmapSystemFromTenantRequest) (*mappingv1.UnmapSystemFromTenantResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeService ¶
type FakeService struct {
mappingv1.UnimplementedServiceServer
}
func NewFakeService ¶
func NewFakeService() *FakeService
func (*FakeService) Get ¶
func (s *FakeService) Get( context.Context, *mappingv1.GetRequest, ) (*mappingv1.GetResponse, error)
func (*FakeService) MapSystemToTenant ¶
func (s *FakeService) MapSystemToTenant( context.Context, *mappingv1.MapSystemToTenantRequest, ) (*mappingv1.MapSystemToTenantResponse, error)
func (*FakeService) UnmapSystemFromTenant ¶
func (s *FakeService) UnmapSystemFromTenant( context.Context, *mappingv1.UnmapSystemFromTenantRequest, ) (*mappingv1.UnmapSystemFromTenantResponse, error)
Click to show internal directories.
Click to hide internal directories.