MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / NewIsClient

Function NewIsClient

pkg/ttnpb/identityserver_grpc.pb.go:145–147  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

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

Callers 2

users.goFile · 0.92
RegisterIsHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected