Documentation
¶
Index ¶
- func GetOutboundIP() (net.IP, error)
- func RegisterAI(route *echo.Group, db database.Database)
- func RegisterCloud(route *echo.Group, db database.Database)
- func RegisterEntry(route *echo.Group, db database.Database)
- func RegisterFileBrowser(route *echo.Group)
- func RegisterGenerator(route *echo.Group, extern *echo.Group, db database.Database)
- func RegisterGit(route *echo.Group, db database.Database)
- func RegisterImageUtilities(route *echo.Group, db database.Database)
- func RegisterKeyValue(route *echo.Group, db database.Database)
- func RegisterMisc(route *echo.Group)
- func RegisterPrint(route *echo.Group, extern *echo.Group, db database.Database, ...)
- func RegisterPrintCommand(route *echo.Group, db database.Database, printer printing.PossiblePrinter)
- func RegisterSettings(route *echo.Group, db database.Database)
- func RegisterSources(route *echo.Group, db database.Database)
- func RegisterSync(route *echo.Group, m *melody.Melody, db database.Database)
- func RegisterTemplate(route *echo.Group, extern *echo.Group, db database.Database)
- func RegisterVersion(route *echo.Group)
- type GitHubCommit
- type GitHubTag
- type GitHubTags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterFileBrowser ¶ added in v1.0.1
func RegisterGenerator ¶ added in v0.5.0
func RegisterImageUtilities ¶ added in v1.0.1
RegisterImageUtilities registers all image utilities.
func RegisterKeyValue ¶ added in v1.0.1
func RegisterMisc ¶ added in v1.0.1
func RegisterPrint ¶
func RegisterPrintCommand ¶ added in v1.0.1
func RegisterSettings ¶ added in v1.0.1
func RegisterTemplate ¶
func RegisterVersion ¶ added in v1.0.1
RegisterVersion registers the version rpc endpoints.
Types ¶
type GitHubCommit ¶ added in v1.0.1
GitHubCommit represents a GitHub commit.
type GitHubTag ¶ added in v1.0.1
type GitHubTag struct {
Name string `json:"name"`
ZipballURL string `json:"zipball_url"`
TarballURL string `json:"tarball_url"`
Commit GitHubCommit `json:"commit"`
NodeID string `json:"node_id"`
}
GitHubTag represents a GitHub tag.
type GitHubTags ¶ added in v0.6.2
type GitHubTags []GitHubTag
GitHubTags represents a list of GitHub tags.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.