Documentation ¶
Index ¶
Constants ¶
View Source
const BaseURI = "/profiles"
BaseURI is the base URI for the user service profiles REST endpoints
Variables ¶
View Source
var ( Relative = rest2.NewEndpoint("/") ByUsername = rest2.NewEndpoint("/", rest2.Username) )
User service profiles REST endpoints
View Source
var Map = map[string]map[rest.Method]grpc.Method{ Relative.String(): { rest.GET: detailsuser.GetMyProfile, }, ByUsername.String(): { rest.GET: detailsuser.GetProfile, }, }
Map is the map of the REST API endpoints to the user service profiles gRPC methods
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.