Documentation ¶
Overview ¶
Package web is a web dashboard
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Default server name Name = "go.vine.web" // Default address to bind to Address = ":8082" // The namespace to serve // Example: // Namespace + /[Service]/foo/bar // Host: Namespace.Service Endpoint: /foo/bar Namespace = "go.vine" Type = "web" Resolver = "path" // Base path sent to web service. // This is stripped from the request path // Allows the web service to define absolute paths BasePathHeader = "X-Vine-Web-Base-Path" ACMEProvider = "autocert" ACMEChallengeProvider = "cloudflare" ACMECA = acme.LetsEncryptProductionCA // Host name the web dashboard is served on Host, _ = os.Hostname() )
Meta Fields of vine web
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.