config

package
v0.0.0-...-55e1567 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GlobalServerConfig  = &ServerConfig{}
	GlobalNacosConfig   = &NacosConfig{}
	GlobalUploadService *uploadService.Service

	GlobalChatClient        chatservice.Client
	GlobalUserClient        userservice.Client
	GlobalVideoClient       videoservice.Client
	GlobalSocialClient      socialityservice.Client
	GlobalInteractionClient interactionserver.Client
)

Functions

This section is empty.

Types

type JWTConfig

type JWTConfig struct {
	SigningKey string `mapstructure:"key" json:"key"`
}

type NacosConfig

type NacosConfig struct {
	Host      string `mapstructure:"host"`
	Port      uint64 `mapstructure:"port"`
	Namespace string `mapstructure:"namespace"`
	User      string `mapstructure:"user"`
	Password  string `mapstructure:"password"`
	DataId    string `mapstructure:"dataid"`
	Group     string `mapstructure:"group"`
}

type OtelConfig

type OtelConfig struct {
	EndPoint string `mapstructure:"endpoint" json:"endpoint"`
}

type RPCSrvConfig

type RPCSrvConfig struct {
	Name string `mapstructure:"name" json:"name"`
}

type RabbitMqConfig

type RabbitMqConfig struct {
	Host     string `mapstructure:"host" json:"host"`
	Port     int    `mapstructure:"port" json:"port"`
	Exchange string `mapstructure:"exchange" json:"exchange"`
	User     string `mapstructure:"user" json:"user"`
	Password string `mapstructure:"password" json:"password"`
}

type ServerConfig

type ServerConfig struct {
	Name               string                     `mapstructure:"name" json:"name"`
	Host               string                     `mapstructure:"host" json:"host"`
	Port               int                        `mapstructure:"port" json:"port"`
	JWTInfo            JWTConfig                  `mapstructure:"jwt" json:"jwt"`
	OtelInfo           OtelConfig                 `mapstructure:"otel" json:"otel"`
	ChatSrvInfo        RPCSrvConfig               `mapstructure:"chat_srv" json:"chat_srv"`
	UserSrvInfo        RPCSrvConfig               `mapstructure:"user_srv" json:"user_srv"`
	InteractionSrvInfo RPCSrvConfig               `mapstructure:"interaction_srv" json:"interaction_srv"`
	SocialitySrvInfo   RPCSrvConfig               `mapstructure:"sociality_srv" json:"sociality_srv"`
	VideoSrvInfo       RPCSrvConfig               `mapstructure:"video_srv" json:"video_srv"`
	UploadServiceInfo  config.UploadServiceConfig `mapstructure:"upload_srv" json:"upload_srv"`
}

Jump to

Keyboard shortcuts

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