Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForwardService ¶
type ForwardService struct {
// contains filtered or unexported fields
}
func New ¶
func New(params ServiceParams) *ForwardService
type Forwarder ¶
type Forwarder interface {
SetupConfigs(app *kingpin.Application)
Init(params ForwarderParams)
IsEnable() bool
SendLog([]logservice.Log)
Shutdown()
}
type ForwarderParams ¶
type ServiceParams ¶
type ServiceParams struct {
Forwarders []Forwarder
LogsQueue <-chan []logservice.Log
LambdaName string
AWSRegion string
}
Click to show internal directories.
Click to hide internal directories.