Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DB *gorm.DB
LogPersistentStorage LogPersistentStorage
LogCacheStorage *goredis.Client
Locker Locker
EventHookSender EventHookSender
}
type EventHookSender ¶
type Locker ¶
func NewRedisLocker ¶
type LogPersistentStorage ¶
type LogPersistentStorage logstorage.OSS
func NewLocalLogPersistentStorage ¶
func NewLocalLogPersistentStorage(dir string) LogPersistentStorage
func NewS3LogPersistentStorage ¶
func NewS3LogPersistentStorage(bucket string, s3 s3iface.S3API) LogPersistentStorage
Directories
¶
| Path | Synopsis |
|---|---|
|
Package dispatch provides a service to dispatch jobs to the runner.
|
Package dispatch provides a service to dispatch jobs to the runner. |
|
Package pipeline is a helper package to create and manage pipelines.
|
Package pipeline is a helper package to create and manage pipelines. |
Click to show internal directories.
Click to hide internal directories.