Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ByUserId = typesrest.NewRelativeEndpoint( typesrest.UserId, ) ExistsByUsername = typesrest.NewEndpoint( "exists", typesrest.Username, ) )
User service usernames REST endpoints
View Source
var ( GetUsernameByUserIdMapper = typesrest.NewMapper(ByUserId, grpcuser.GetUsernameByUserId) UsernameExistsMapper = typesrest.NewMapper(ExistsByUsername, grpcuser.UsernameExists) )
Users service usernames endpoints mapping
View Source
var Base = typesrest.NewBaseEndpoint("usernames")
Base is the base endpoint for the user service usernames REST endpoints
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.