Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server allows the viewing and querying (and in the future, editing) of entries over HTTP. It wraps a *entries.Collection, meaning "filtered" servers can be made, which only render a subset of a larger Albatross store. Servers can be started using the command line tool, running `albatross get server`.
func NewServer ¶
func NewServer(collection *entries.Collection) *Server
NewServer returns a new server struct from an *entries.Collection.
Click to show internal directories.
Click to hide internal directories.