Documentation
¶
Index ¶
Constants ¶
View Source
const KEY_NACOS = "NACOS_ADDRESS"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Registry ¶ added in v0.0.36
type Registry interface {
Register(name string, factory Factory)
Create(dsn *url.URL, v interface{}) (config.Config, error)
}
Registry is the interface for callers to get registered middleware.
func NewRegistry ¶ added in v0.0.36
func NewRegistry() Registry
NewRegistry returns a new middleware registry.
Click to show internal directories.
Click to hide internal directories.