entrys

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthInitialize

func AuthInitialize() (err error)

AuthInitialize 初始化Auth入口

func JsonInitialize

func JsonInitialize() (err error)

JsonInitialize 初始化Json入口

func ProtoInitialize

func ProtoInitialize() (err error)

ProtoInitialize 初始化Proto入口

Types

type Auth

type Auth struct {
	// contains filtered or unexported fields
}

Auth Auth入口

type AuthConfig

type AuthConfig struct {
	IP   string `yaml:"ip"`   // 位址
	Port string `yaml:"port"` // 埠號
}

AuthConfig 配置資料

type Json

type Json struct {
	// contains filtered or unexported fields
}

Json Json入口

type JsonConfig

type JsonConfig struct {
	IP   string `yaml:"ip"`   // 位址
	Port string `yaml:"port"` // 埠號
	Key  string `yaml:"key"`  // 密鑰
}

JsonConfig 配置資料

type Proto

type Proto struct {
	// contains filtered or unexported fields
}

Proto Proto入口

type ProtoConfig

type ProtoConfig struct {
	IP   string `yaml:"ip"`   // 位址
	Port string `yaml:"port"` // 埠號
	Key  string `yaml:"key"`  // 密鑰
}

ProtoConfig 配置資料

Jump to

Keyboard shortcuts

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