Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Email = NewParam("email") Username = NewParam("username") Token = NewParam("token") Id = NewParam("id") PermissionId = NewParam("permission-id") RoleId = NewParam("role-id") UserId = NewParam("user-id") JwtId = NewParam("jwt-id") )
Param values
View Source
var (
MissingEndpointInterception = "missing endpoint interception: %v [%v]"
)
Functions ¶
This section is empty.
Types ¶
type Map ¶ added in v0.3.6
Map struct for the REST endpoints
type Mapper ¶ added in v0.3.6
type Mapper interface {
Traverse(debug bool, relativeURI string, restMethod Method) (*grpc.Method, error)
}
Mapper is the interface for the REST map
Click to show internal directories.
Click to hide internal directories.