auth

package
v0.2.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const BaseURI = "/auth"

BaseURI is the base URI for the auth service REST endpoints

Variables

View Source
var (
	LogIn  = rest.NewEndpoint("/log-in")
	LogOut = rest.NewEndpoint("/log-out")
)

Auth service REST endpoints

View Source
var Map = map[string]map[rest.Method]grpc.Method{
	LogIn.String(): {
		rest.POST: detailsauth.LogIn,
	},
	LogOut.String(): {
		rest.POST: detailsauth.LogOut,
	},
}

Map is the map of the REST API endpoints to the auth service gRPC methods

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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