Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( REDIS_KEY_CONFIG = GetEnvs().REDIS_KEY + "config" REDIS_KEY_MODELS = GetEnvs().REDIS_KEY + "models" REDIS_KEY_ROUTES = GetEnvs().REDIS_KEY + "routes" )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Envs ¶
type GoroutinePool ¶
type Plugin ¶
type Plugin struct {
Name string `json:"name"`
Package string `json:"package"`
Version string `json:"version"`
Enabled bool `json:"enabled"`
Location string `json:"location"`
Config *PluginConfig `json:"config,omitempty"`
}
func GetPlugins ¶
func GetPlugins() []Plugin
type PluginConfig ¶
type System ¶
type System struct {
GoroutinePool *GoroutinePool `json:"goroutine_pool"`
}
Click to show internal directories.
Click to hide internal directories.