Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version release version Version = "0.0.1" // Build will be overwritten automatically by the build system Build = "dev" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD" )
Functions ¶
func FullVersion ¶
func FullVersion() string
FullVersion returns the full version, build and commit hash
Types ¶
type Server ¶
type Server struct {
Addr string
}
func (*Server) ListenAndServe ¶
ListenAndServe sets up a listener and starts serving requests
func (*Server) ListenAndServeTLS ¶
ListenAndServeTLS sets up a TLS listener and starts serving requests
Click to show internal directories.
Click to hide internal directories.