Versions in this module Expand all Collapse all v0 v0.50.1-rc0 Dec 13, 2024 v0.50.0 Dec 3, 2024 Changes in this version + func NewPersister(apiClient apiClient, logger *zap.Logger) *persister + type Persister interface + Run func(ctx context.Context) error + StageLogPersister func(deploymentID, stageID string) StageLogPersister + type StageLogPersister interface + Complete func(timeout time.Duration) error + Error func(log string) + Errorf func(format string, a ...interface{}) + Info func(log string) + Infof func(format string, a ...interface{}) + Success func(log string) + Successf func(format string, a ...interface{}) + Write func(log []byte) (int, error)