Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
Context context.Context
Config *configuration.Configuration
Dispatcher *dispatcher.Dispatcher
}
Instance is a global registry application object. Shared resources can be placed on this object that will be accessible from all requests. Any writable fields should be protected.
func NewInstance ¶
func NewInstance(config *configuration.Configuration) (*Instance, error)
Click to show internal directories.
Click to hide internal directories.