Documentation ¶
Index ¶
Constants ¶
View Source
const BaseURI = "/user-roles"
BaseURI is the base URI for the auth service user roles REST endpoints
Variables ¶
View Source
var ( Relative = rest2.NewEndpoint("/") ByUserId = rest2.NewEndpoint("/", rest2.UserId) )
Auth service user roles REST endpoints
View Source
var Map = map[string]map[rest.Method]grpc.Method{ Relative.String(): { rest.POST: detailsauth.AddUserRole, rest.DELETE: detailsauth.RevokeUserRole, }, ByUserId.String(): { rest.GET: detailsauth.GetUserRoles, }, }
Map is the map of the REST API endpoints to the auth service refresh tokens gRPC methods
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.