package
Version:
v0.0.0-...-fa728ab
Opens a new window with list of versions in this module.
Published: Feb 11, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AcademicDatabase bool
type Daemon struct {
Value interface{}
}
type DeathRowDatabase bool
type Email struct {
Recipient string `xml:"recipient,attr"`
Sender string `xml:"sender,attr"`
Subject string `xml:"subject,attr"`
Body string `xml:",chardata"`
}
type MailServer struct {
Name string `xml:"name,attr"`
Color string `xml:"color,attr"`
GenerateJunk bool `xml:"generateJunk,attr"`
Emails []Email `xml:"email"`
}
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 struct {
Name string `xml:"name,attr"`
URL string `xml:"url,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.