Documentation
¶
Index ¶
- func GetParametersName(name string) string
- func MakeProviderBlocks(configs []ProviderConfig) (res []dvcontext.ProcessorBlock)
- func MakeProviderGlobalInitialization(providerInits map[string]map[string]string)
- func PlaceProviderReferences(request *dvcontext.RequestContext)
- func RegisterProvider(config *RegistrationConfig, silent bool) bool
- type MethodEndPointHandler
- type MethodGlobalInitHandler
- type MethodServerInitHandler
- type ProviderConfig
- type RegistrationConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetParametersName ¶
func MakeProviderBlocks ¶
func MakeProviderBlocks(configs []ProviderConfig) (res []dvcontext.ProcessorBlock)
func PlaceProviderReferences ¶
func PlaceProviderReferences(request *dvcontext.RequestContext)
func RegisterProvider ¶
func RegisterProvider(config *RegistrationConfig, silent bool) bool
Types ¶
type MethodEndPointHandler ¶
type MethodEndPointHandler func(*dvcontext.RequestContext) bool
type MethodGlobalInitHandler ¶
type MethodServerInitHandler ¶
type ProviderConfig ¶
type RegistrationConfig ¶
type RegistrationConfig struct { Name string EndPointHandler dvcontext.ProcessorEndPointHandler GlobalInitHandler MethodGlobalInitHandler ServerInitHandler MethodServerInitHandler }
func GetRegisteredConfig ¶
func GetRegisteredConfig(name string, silent bool) *RegistrationConfig
Click to show internal directories.
Click to hide internal directories.