archive

package
v2.0.6+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2020 License: AGPL-3.0 Imports: 16 Imported by: 0

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 CompressAction

type CompressAction struct {
	Router     *views.Router
	Format     string
	TargetName string
}

CompressAction implements compression. Currently, it supports zip, tar and tar.gz formats.

func (*CompressAction) GetName

func (c *CompressAction) GetName() string

GetName returns this action unique identifier

func (*CompressAction) Init

func (c *CompressAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error

Init passes parameters to the action

func (*CompressAction) Run

Run the actual action code

type ExtractAction

type ExtractAction struct {
	Router     *views.Router
	Format     string
	TargetName string
}

func (*ExtractAction) GetName

func (ex *ExtractAction) GetName() string

GetName returns this action unique identifier

func (*ExtractAction) Init

func (ex *ExtractAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error

Init passes parameters to the action

func (*ExtractAction) Run

Run the actual action code

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL