services

package
v0.0.38 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2020 License: MIT Imports: 0 Imported by: 7

Documentation

Index

Constants

View Source
const (
	// UserMainService is used to name and locate user main service
	UserMainService = "user-main-srv"
	// UserExtraService is used to name and locate user extra service
	UserExtraService = "user-extra-srv"
	// UserMetaService is used to name and locate user meta service
	UserMetaService = "user-meta-srv"
	// JWTService is used to name and locate jwt service
	JWTService = "jwt-srv"
	// EmailVerificationSrv is used to name and locate email verification service
	EmailVerificationSrv = "email-verification-srv"
	// AuthServerService is used to name and locate auth server service
	AuthServerService = "auth-server-srv"
	// ResourceServerService is used to name and locate resource server service
	ResourceServerService = "resource-server-srv"
	// VerificationCodeService is used to name and locate verification code service
	VerificationCodeService = "verification-code-srv"
)

Variables

View Source
var ServiceUrls = map[string]string{
	UserMainService:         "127.0.0.1:3000",
	JWTService:              "127.0.0.1:3001",
	EmailVerificationSrv:    "127.0.0.1:3002",
	UserExtraService:        "127.0.0.1:3003",
	UserMetaService:         "127.0.0.1:3004",
	VerificationCodeService: "127.0.0.1:3005",
}

ServiceUrls is a map of all services and their url

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