Documentation ¶
Index ¶
- type Config
- type LogDestination
- func (ld *LogDestination) AlreadyExists(ctx context.Context) (bool, error)
- func (ld *LogDestination) Cleanup(_ context.Context)
- func (ld *LogDestination) NewWriter(ctx context.Context) (io.Writer, io.Writer, error)
- func (ld *LogDestination) SetName(name string)
- func (ld *LogDestination) String() string
- type S3Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogDestination ¶
type LogDestination struct {
// contains filtered or unexported fields
}
func (*LogDestination) AlreadyExists ¶
func (ld *LogDestination) AlreadyExists(ctx context.Context) (bool, error)
func (*LogDestination) Cleanup ¶
func (ld *LogDestination) Cleanup(_ context.Context)
func (*LogDestination) SetName ¶
func (ld *LogDestination) SetName(name string)
func (*LogDestination) String ¶
func (ld *LogDestination) String() string
type S3Client ¶
type S3Client interface { s3.HeadObjectAPIClient manager.UploadAPIClient }
Click to show internal directories.
Click to hide internal directories.