Documentation ¶
Index ¶
- func New(db *db.DB) core.LogStore
- func NewAzureBlobEnv(containerName, storageAccountName, storageAccessKey string) core.LogStore
- func NewCombined(primary, secondary core.LogStore) core.LogStore
- func NewS3(session *session.Session, bucket, prefix string) core.LogStore
- func NewS3Env(bucket, prefix, endpoint string, pathStyle bool) core.LogStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAzureBlobEnv ¶
NewAzureBlobEnv returns a new Azure blob log store.
func NewCombined ¶
NewCombined returns a new combined log store that will fallback to a secondary log store when necessary. This can be useful when migrating from database logs to s3, where logs for older builds are still being stored in the database, and newer logs in s3.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.