Documentation ¶
Overview ¶
Package core allows to persist Aptomi engine objects into the object store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RevisionResultUpdaterImpl ¶ added in v0.1.14
type RevisionResultUpdaterImpl struct {
// contains filtered or unexported fields
}
RevisionResultUpdaterImpl is a default thread-safe implementation of ApplyResultUpdater
func (*RevisionResultUpdaterImpl) AddFailed ¶ added in v0.1.14
func (updater *RevisionResultUpdaterImpl) AddFailed()
AddFailed safely increments the number of failed actions
func (*RevisionResultUpdaterImpl) AddSkipped ¶ added in v0.1.14
func (updater *RevisionResultUpdaterImpl) AddSkipped()
AddSkipped safely increments the number of skipped actions
func (*RevisionResultUpdaterImpl) AddSuccess ¶ added in v0.1.14
func (updater *RevisionResultUpdaterImpl) AddSuccess()
AddSuccess safely increments the number of successfully executed actions
func (*RevisionResultUpdaterImpl) Done ¶ added in v0.1.14
func (updater *RevisionResultUpdaterImpl) Done() *action.ApplyResult
Done saves the revision when all actions have been processed
func (*RevisionResultUpdaterImpl) SetTotal ¶ added in v0.1.14
func (updater *RevisionResultUpdaterImpl) SetTotal(total uint32)
SetTotal safely sets the total number of actions
Click to show internal directories.
Click to hide internal directories.