users

package
v0.2.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Emails       = rest.NewEndpoint("emails")
	PhoneNumbers = rest.NewEndpoint("phone-numbers")
	Profiles     = rest.NewEndpoint("profiles")
	Usernames    = rest.NewEndpoint("usernames")
)

User service children REST endpoints

View Source
var (
	Relative     = typesrest.NewEndpoint("")
	SignUp       = typesrest.NewEndpoint("sign-up")
	Password     = typesrest.NewEndpoint("password")
	Username     = typesrest.NewEndpoint("username")
	IdByUsername = typesrest.NewEndpoint(
		"id",
		typesrest.Username,
	)
	ForgotPassword       = typesrest.NewEndpoint("forgot-password")
	ResetPasswordByToken = typesrest.NewEndpoint(
		"reset-password", typesrest.Token,
	)
	DeleteAccount = typesrest.NewEndpoint("delete-account")
)

Users service REST endpoints

View Source
var ChildrenMaps = map[string]*rest.Map{
	Emails.String():       emails.Map,
	PhoneNumbers.String(): phonenumbers.Map,
	Profiles.String():     profiles.Map,
	Usernames.String():    usernames.Map,
}

ChildrenMaps is the map of the REST API endpoints of the auth service

Interceptions is the map of the REST API endpoints to the user service gRPC methods

Map is the map of the REST API endpoints of the auth service

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