config

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GRPC

type GRPC struct {
	Domain       string `yaml:"domain"`
	Address      string `yaml:"address"`
	MiniAppToken string `yaml:"mini_app_token"`
}

type HTTP

type HTTP struct {
	Domain       string `yaml:"domain"`
	HTTPAddress  string `yaml:"http_address"`
	HTTPSAddress string `yaml:"https_address"`
	MiniAppToken string `yaml:"mini_app_token"`
}

type Redis

type Redis struct {
	Host string `yaml:"host"`
	Port string `yaml:"port"`
	Pass string `yaml:"password"`
}

type Server

type Server struct {
	HTTP HTTP `yaml:"http"`
	GRPC GRPC `yaml:"grpc"`
}

Jump to

Keyboard shortcuts

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