api

package
v0.0.0-...-c937b9e Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2015 License: MIT Imports: 3 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Method

type Method int
const (
	Ping Method = iota
	Connect
	GetConfig
	GetPluginVersions
	RunPlugin
	SendReport
	DownloadFile
)

func (Method) String

func (i Method) String() string

type RequestV1

type RequestV1 struct {
	Method Method

	GetPluginVersions string
	RunPlugin         *plan.WorkflowStep
	SendReport        *report.Report
	DownloadFile      string
}

type ResponseV1

type ResponseV1 struct {
	GetConfig *plan.Conf

	GetPluginVersions []string
	RunPlugin         *report.Report
	DownloadFile      []byte
}

Jump to

Keyboard shortcuts

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