Documentation ¶
Index ¶
Constants ¶
View Source
const BaseURI = "/auth"
BaseURI is the base URI for the auth service REST endpoints
Variables ¶
View Source
var ( LogIn = rest.NewEndpoint("/log-in") LogOut = rest.NewEndpoint("/log-out") )
Auth service REST endpoints
View Source
var Map = map[string]map[rest.Method]grpc.Method{ LogIn.String(): { rest.POST: detailsauth.LogIn, }, LogOut.String(): { rest.POST: detailsauth.LogOut, }, }
Map is the map of the REST API endpoints to the auth service gRPC methods
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.