Documentation
¶
Overview ¶
Package relay contains the HTTP handler and logic for the relay service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config defines the set over environment variables required for running this application.
func (*Config) ToFlags ¶
ToFlags binds the config to the give cli.FlagSet and returns it.
type MessageEnricher ¶
type MessageEnricher interface {
Enrich(ctx context.Context, req []byte) ([]byte, map[string]string, error)
}
func NewDefaultMessageEnricher ¶
func NewDefaultMessageEnricher() MessageEnricher
Click to show internal directories.
Click to hide internal directories.