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

Function NewUserRegistryClient

pkg/ttnpb/user_services_grpc.pb.go:85–87  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

83}
84
85func NewUserRegistryClient(cc grpc.ClientConnInterface) UserRegistryClient {
86 return &userRegistryClient{cc}
87}
88
89func (c *userRegistryClient) Create(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error) {
90 out := new(User)

Callers 13

newUserRegistryClientMethod · 0.92
TestEmailValidationFunction · 0.92
TestUserCreateFunction · 0.92
TestUsersCRUDFunction · 0.92
users.goFile · 0.92
listContactInfoFunction · 0.92
updateContactInfoFunction · 0.92

Calls

no outgoing calls

Tested by 8

TestEmailValidationFunction · 0.74
TestUserCreateFunction · 0.74
TestUsersCRUDFunction · 0.74