conf

package
v0.0.0-...-9853328 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type YockConfNetStun

type YockConfNetStun struct {
	RetryCnt int `yaml:"retryCnt"`
}

type YockdConf

type YockdConf struct {
	Name    string           `yaml:"name"`
	Fs      yockdConfFS      `yaml:"fs"`
	Grpc    yockdConfGrpc    `yaml:"grpc"`
	Gateway yockdConfGateway `yaml:"gateway"`
	Net     YockdConfNet     `yaml:"net"`
	Ycho    ycho.YchoOpt     `yaml:"ycho"`
}

func CreateYockdConf

func CreateYockdConf() *YockdConf

func OpenYockdConf

func OpenYockdConf() *YockdConf

type YockdConfNet

type YockdConfNet struct {
	Proxy map[string]yockdConfNetProxy `yaml:"proxy"`
	Stun  YockConfNetStun              `yaml:"stun"`
}

Jump to

Keyboard shortcuts

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