Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RavenInitialize ¶ added in v1.1.1
func RavenInitialize() (err error)
RavenInitialize 初始化Raven入口
Types ¶
type AuthConfig ¶
AuthConfig 配置資料
type JsonConfig ¶
type JsonConfig struct { IP string `yaml:"ip"` // 位址 Port string `yaml:"port"` // 埠號 Key string `yaml:"key"` // 密鑰 }
JsonConfig 配置資料
type ProtoConfig ¶
type ProtoConfig struct { IP string `yaml:"ip"` // 位址 Port string `yaml:"port"` // 埠號 Key string `yaml:"key"` // 密鑰 }
ProtoConfig 配置資料
type Raven ¶ added in v1.1.1
type Raven struct {
// contains filtered or unexported fields
}
Raven Raven入口
type RavenConfig ¶ added in v1.1.1
type RavenConfig struct { IP string `yaml:"ip"` // 位址 Port string `yaml:"port"` // 埠號 Key string `yaml:"key"` // 密鑰 }
RavenConfig 配置資料
Click to show internal directories.
Click to hide internal directories.