submit

package
v0.0.0-...-1cd5659 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2017 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx *lib.Ctx, blocking bool) error

Run starts the submit module either blocking or non-blocking.

Types

type Result

type Result struct {
	Filename         string    `json:"filename"`
	Data             string    `json:"data"`
	MD5              string    `json:"md5"`
	SHA1             string    `json:"sha1"`
	SHA256           string    `json:"sha256"`
	ServiceName      string    `json:"service_name"`
	Tags             []string  `json:"tags"`
	Comment          string    `json:"comment"`
	StartedDateTime  time.Time `json:"started_date_time"`
	FinishedDateTime time.Time `json:"finished_date_time"`
}

Jump to

Keyboard shortcuts

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