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 SQL = _sql{ // contains filtered or unexported fields }
View Source
var Web = &_web{ HttpServeMux: ngamux.NewHttpServeMux(), Server: &http.Server{}, Handler: &_webHandler{}, }
Functions ¶
Types ¶
type ConfigureFunc ¶
type ConfigureFunc func(*Project)
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
func Configures ¶ added in v0.3.94
func Configures(configures ...ConfigureFunc) *Project
Source Files
¶
Click to show internal directories.
Click to hide internal directories.