verify - ActiveState ActiveGo 1.8
...

Package verify

import "github.com/influxdata/influxdb/cmd/influx_inspect/verify"
Overview
Index

Overview ▾

Package verify verifies integrity of TSM files.

type Command

Command represents the program execution for "influx_inspect verify".

type Command struct {
    Stderr io.Writer
    Stdout io.Writer
}

func NewCommand

func NewCommand() *Command

NewCommand returns a new instance of Command.

func (*Command) Run

func (cmd *Command) Run(args ...string) error

Run executes the command.