Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactsHandler ¶
type ArtifactsHandler struct {
// contains filtered or unexported fields
}
func InitArtifactsHandler ¶
func (*ArtifactsHandler) Handle ¶
func (ah *ArtifactsHandler) Handle(ctx context.Context, path string)
func (*ArtifactsHandler) StartCleanup ¶
func (ah *ArtifactsHandler) StartCleanup(ctx context.Context)
type CleanupHandler ¶
type CleanupHandler struct {
// contains filtered or unexported fields
}
func NewCleanupHandler ¶
func NewCleanupHandler(dir string, opts *configpb.CleanupOptions, l *logger.Logger) (*CleanupHandler, error)
func (*CleanupHandler) Start ¶
func (ch *CleanupHandler) Start(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.