config

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: May 11, 2023 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Server
	Mysql
	Redis
	EdgeGPT
}
var Preset Configuration

type EdgeGPT

type EdgeGPT struct {
	Cookies    []map[string]interface{}
	CookiePath string
	Proxy      string
}

type Mysql

type Mysql struct {
	MName  string
	MPwd   string
	DBName string
	Port   int
}

type Redis

type Redis struct {
	RName string
	RPwd  string
}

type Server

type Server struct {
	Port int
}

Jump to

Keyboard shortcuts

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