Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LogIn = typesrest.NewEndpoint("log-in") LogOut = typesrest.NewEndpoint("log-out") )
Auth service REST endpoints
View Source
var ( LogInHandler = typesrest.NewHandler(LogIn, grpcauth.LogIn) LogOutHandler = typesrest.NewHandler(LogOut, grpcauth.LogOut) )
Auth service endpoints handlers
View Source
var Base = typesrest.NewEndpoint("auth")
Base is the base endpoint for the auth service REST endpoints
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.