daemon

package
v0.0.0-...-fa728ab Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcademicDatabase

type AcademicDatabase bool

type Daemon

type Daemon struct {
	Value interface{}
}

func (*Daemon) UnmarshalXML

func (dae *Daemon) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

type DeathRowDatabase

type DeathRowDatabase bool

type Email

type Email struct {
	Recipient string `xml:"recipient,attr"`
	Sender    string `xml:"sender,attr"`
	Subject   string `xml:"subject,attr"`
	Body      string `xml:",chardata"`
}

type IspSystem

type IspSystem bool

type MailServer

type MailServer struct {
	Name         string  `xml:"name,attr"`
	Color        string  `xml:"color,attr"`
	GenerateJunk bool    `xml:"generateJunk,attr"`
	Emails       []Email `xml:"email"`
}

type UploadServer

type UploadServer struct {
	Name      string `xml:"name,attr"`
	Folder    string `xml:"folder,attr"`
	NeedsAuth bool   `xml:"false,attr"`
	Color     string `xml:"color,attr"`
}

type WebServer

type WebServer struct {
	Name string `xml:"name,attr"`
	URL  string `xml:"url,attr"`
}

Jump to

Keyboard shortcuts

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