Documentation ¶
Index ¶
- type Adapter
- type EcsLogger
- func (l *EcsLogger) Debugf(format string, v ...interface{})
- func (l *EcsLogger) Fatalf(format string, v ...interface{})
- func (l *EcsLogger) Infof(format string, v ...interface{})
- func (l *EcsLogger) LogHTTP(r *http.Request)
- func (l *EcsLogger) Println(v ...interface{})
- func (l *EcsLogger) Warnf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter runs an unknown service discovery implementation and converts its target groups to JSON and writes to a file for file_sd.
type EcsLogger ¶
Click to show internal directories.
Click to hide internal directories.