config

package
v1.0.78 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	SecretKey    string
	PublicKey    string
	AccessExpire int64
}

type Config

type Config struct {
	service.ServiceConf
	ListenOn           string
	Auth               Auth
	CdnHost            string
	Fish               Fish
	DefaultCommunityId string
	MinVersion         string
}

func GetConfig added in v1.0.70

func GetConfig() *Config

func NewConfig

func NewConfig() (*Config, error)

type Fish added in v1.0.17

type Fish struct {
	SignIn  []int64
	Like    []int64
	Content []int64
	Comment []int64
}

Jump to

Keyboard shortcuts

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