(cc grpc.ClientConnInterface)
| 143 | } |
| 144 | |
| 145 | func NewIsClient(cc grpc.ClientConnInterface) IsClient { |
| 146 | return &isClient{cc} |
| 147 | } |
| 148 | |
| 149 | func (c *isClient) GetConfiguration(ctx context.Context, in *GetIsConfigurationRequest, opts ...grpc.CallOption) (*GetIsConfigurationResponse, error) { |
| 150 | out := new(GetIsConfigurationResponse) |
no outgoing calls
no test coverage detected