package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Sep 22, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
AuthCodeCacheKey = "gs:auth:code:"
AuthTokenCacheKey = "gs:auth:token:"
)
type AppConfig struct {
NetConf *NetConf `yaml:"netConf"`
}
type NetConf struct {
Name string `yaml:"name"`
ServerAddr string `yaml:"serverAddr"`
ReadTimeout int `yaml:"readTimeout"`
WriteTimeout int `yaml:"writeTimeout"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.