Documentation ¶
Index ¶
Constants ¶
View Source
const ( NameSync = "sync" SkipSyncBodySumNum uint32 = 1 )
View Source
const (
NameCheck = "check"
)
View Source
const (
NameSum = "sum"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
type Interface ¶
type Interface interface { Name() string PreRun() error Run() error PostRun() error Ctx() context.Context Close() error }
func NewCheckAction ¶
func NewCheckAction(opts *CheckOptions) Interface
func NewSumAction ¶
func NewSyncAction ¶
func NewSyncAction(opts *SyncOptions) Interface
Click to show internal directories.
Click to hide internal directories.