 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package archive provides implementation of actions to work with archive files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveAction ¶
type ArchiveAction struct {
	RemainingRows uint64
}
    ArchiveAction implements archiving.
func (*ArchiveAction) GetName ¶
func (a *ArchiveAction) GetName() string
GetName returns this action unique identifier
func (*ArchiveAction) Init ¶
Init passes parameters to the action
func (*ArchiveAction) Run ¶
func (a *ArchiveAction) Run(ctx context.Context, channels *actions.RunnableChannels, input jobs.ActionMessage) (jobs.ActionMessage, error)
Run the actual action code
       Source Files
      ¶
      Source Files
      ¶
    
- archive.go
- init.go
 Click to show internal directories. 
   Click to hide internal directories.