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)
- func RegisterPrint(route *echo.Group, extern *echo.Group, db database.Database, ...)
- 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 RegisterAI ¶
func RegisterCloud ¶
func RegisterEntry ¶
func RegisterFileBrowser ¶
func RegisterFileBrowser(route *echo.Group)
func RegisterGenerator ¶ added in v0.5.0
func RegisterGit ¶ added in v0.6.0
func RegisterImageUtilities ¶
func RegisterImageUtilities(route *echo.Group)
RegisterImageUtilities registers all image utilities.
func RegisterPrint ¶
func RegisterPrint(route *echo.Group, extern *echo.Group, db database.Database, printer printing.PossiblePrinter)
func RegisterSettings ¶
func RegisterSources ¶
func RegisterSync ¶
func RegisterTemplate ¶
func RegisterVersion ¶
func RegisterVersion(route *echo.Group)
RegisterVersion registers the version rpc endpoints.
Types ¶
type GitHubCommit ¶
GitHubCommit represents a GitHub commit.
type GitHubTag ¶
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.