Documentation
¶
Index ¶
- type HTTPReporter
- func (a *HTTPReporter) Clone(config providers.IProviderConfig) (providers.IProvider, error)
- func (m *HTTPReporter) ID() string
- func (m *HTTPReporter) Init(config providers.IProviderConfig) error
- func (i *HTTPReporter) InitWithMap(properties map[string]string) error
- func (m *HTTPReporter) Report(id string, namespace string, group string, kind string, version string, ...) error
- func (a *HTTPReporter) SetContext(context *contexts.ManagerContext)
- type HTTPReporterConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPReporter ¶
type HTTPReporter struct { Config HTTPReporterConfig Context *contexts.ManagerContext }
func (*HTTPReporter) Clone ¶
func (a *HTTPReporter) Clone(config providers.IProviderConfig) (providers.IProvider, error)
func (*HTTPReporter) ID ¶
func (m *HTTPReporter) ID() string
func (*HTTPReporter) Init ¶
func (m *HTTPReporter) Init(config providers.IProviderConfig) error
func (*HTTPReporter) InitWithMap ¶
func (i *HTTPReporter) InitWithMap(properties map[string]string) error
func (*HTTPReporter) SetContext ¶
func (a *HTTPReporter) SetContext(context *contexts.ManagerContext)
type HTTPReporterConfig ¶
func HTTPReporterConfigFromMap ¶
func HTTPReporterConfigFromMap(properties map[string]string) (HTTPReporterConfig, error)
Click to show internal directories.
Click to hide internal directories.