config

package
v0.0.0-...-0917db3 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CommConf = &Comm{}
View Source
var ServerConf = &Server{}
View Source
var WxApiConf = &WxApi{}

Functions

This section is empty.

Types

type Comm

type Comm struct {
	Version string
}

Comm 常规配置结构体

type Server

type Server struct {
	JwtSecret     string
	JwtIssue      string
	JwtExpireTime int32
	AesKey        string
}

Server 系统配置结构体

type WxApi

type WxApi struct {
	UseCloudBaseAccessToken bool
	UseComponentAccessToken bool
	UseHttps                bool
}

WxApi 配置结构体

Jump to

Keyboard shortcuts

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