global

package
v0.0.0-...-3b8fdc3 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalConfig

type GlobalConfig struct {
	GinAppDebug string               `json:"gin_app_debug"`
	Http        Http                 `json:"http"`
	Grpc        Grpc                 `json:"grpc"`
	Nacos       *nacosRF.NacosConfig `json:"nacos"`
}
var TestConfig *GlobalConfig

type Grpc

type Grpc struct {
	Port string `json:"port"`
}

Grpc Grpc配置

type Http

type Http struct {
	BindPort string `json:"bind_port"`
	LogPath  string `json:"log_path"`
}

Http http服务配置

Jump to

Keyboard shortcuts

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