Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Async = &_async{}
View Source
var CMD = &_cmd{ Command: &cobra.Command{}, }
View Source
var Config = &config.Config{}
View Source
var GRPC = _grpc{ Server: grpc.NewServer(), }
View Source
var Hash = _hash{}
View Source
var Health = _health{ // contains filtered or unexported fields }
View Source
var Hooks = &_hooks{&runtime.Hooks{}}
View Source
var Net = &_net{ handler: func(l net.Conn) {}, }
View Source
var SQL = _sql{ // contains filtered or unexported fields }
View Source
var Web = &_web{ HttpServeMux: ngamux.NewHttpServeMux(), Server: &http.Server{}, Handler: &_webHandler{}, Response: &_webResponse{}, Request: &_webRequest{}, }
Functions ¶
Types ¶
type ConfigureFunc ¶
type ConfigureFunc func()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.