at

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2024 License: GPL-3.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrExec = errors.New("Execute command")
View Source
var ProtocolVersion [3]int = [3]int{0, 26, 0}

Functions

func EntryPoint

func EntryPoint(tool_root *cli.Command) *cli.Command

Types

type GlobalOptions

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

type Response

type Response struct {
	Ok        bool         `json:"ok"`
	Data      ResponseData `json:"data,omitempty"`
	Error     string       `json:"error,omitempty"`
	Traceback string       `json:"tb,omitempty"`
}

type ResponseData

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

func (*ResponseData) UnmarshalJSON

func (self *ResponseData) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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