Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Auth = rest.NewEndpoint("auth") Users = rest.NewEndpoint("users") )
API Gateway router version 1 children REST endpoints
View Source
var ChildrenMaps = map[string]*rest.Map{ Auth.String(): auth.Map, Users.String(): users.Map, }
ChildrenMaps is the map of the REST API endpoints of the API Gateway router version 1
View Source
var Map = rest.NewMap( nil, &ChildrenMaps, )
Map is the map of the REST API endpoints of the API Gateway router version 1
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.