Documentation
¶
Overview ¶
Package server provides an HTTP server for on-demand Go binaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// URL is the API endpoint URL.
URL string
// Static file directory.
Static string
// Store is the object storage.
Storage gobinaries.Storage
// Resolver is the version resolver.
Resolver gobinaries.Resolver
// contains filtered or unexported fields
}
Server is the binary server.
Click to show internal directories.
Click to hide internal directories.