proto

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StopDaemonTask = iota
	StartDaemonTask
	DeleteDaemonTask
)

Variables

View Source
var Days = [...]string{
	"Sunday",
	"Monday",
	"Tuesday",
	"Wednesday",
	"Thursday",
	"Friday",
	"Saturday",
}
View Source
var Months = [...]string{
	"January",
	"February",
	"March",
	"April",
	"May",
	"June",
	"July",
	"August",
	"September",
	"October",
	"November",
	"December",
}

Functions

This section is empty.

Types

type ActionDaemonTaskArgs added in v1.4.0

type ActionDaemonTaskArgs struct {
	Action  int
	TaskIds string
}

type ApiPost added in v1.4.2

type ApiPost struct {
	Url  string
	Data string
}

type EmptyArgs added in v1.4.0

type EmptyArgs struct{}

type EmptyReply added in v1.4.0

type EmptyReply struct{}

type MailArgs

type MailArgs struct {
	Host string
	User string
	Pass string
	Port string
}

type SearchLog added in v1.4.0

type SearchLog struct {
	TaskId         int
	Page, Pagesize int
	Date           string
	Pattern        string
}

type SearchLogResult added in v1.4.0

type SearchLogResult struct {
	Content []byte
	Total   int
}

type SendMail added in v1.4.0

type SendMail struct {
	MailTo  []string
	Subject string
	Content string
}

Jump to

Keyboard shortcuts

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