csm

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ArchiveExt  = ".zip"
	CsvBase     = ".csv"
	TakeoffName = "takeoff.testcase.csv"
	LandingName = "landing.testcase.csv"
	OutPrefix   = "[out]"
	ExtPrefix   = "[outext]"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CSM

type CSM struct {
	// contains filtered or unexported fields
}

func New

func New(arcPath, xtcPath, outPath string) (*CSM, error)

func (*CSM) Compress

func (c *CSM) Compress(opts Options) error

func (*CSM) Extract

func (c *CSM) Extract() error

func (*CSM) Filter

func (c *CSM) Filter(opts Options) error

func (*CSM) Replicate

func (c *CSM) Replicate() error

func (*CSM) Stale

func (c *CSM) Stale() bool

type Options

type Options struct {
	LogFieldDefs bool
	InvertFilter bool
	KeepContent  bool
	Filters      filter.Filters
}

Directories

Path Synopsis
cmd
csm

Jump to

Keyboard shortcuts

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