v1

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const BaseURI = "/api/v1"

BaseURI is the base URI of the API Gateway router version 1

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL