usercenter

package
v0.0.0-...-a02da8a Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "dev"

Variables

View Source
var (
	BuildDate string
	GoVersion string
	GitCommit string
)

Functions

func RunRPCServer

func RunRPCServer(config RPCServerConfig)

func VersionInfo

func VersionInfo() string

Types

type DBConfig

type DBConfig struct {
	Addr     string
	User     string
	Password string
	Database string
}

type RPCServerConfig

type RPCServerConfig struct {
	Environment string
	Debug       bool
	Addr        string
	DB          DBConfig
	Redis       RedisConfig
}

type RedisConfig

type RedisConfig struct {
	Addr     string
	Password string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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