Documentation
¶
Overview ¶
Package server implements the ditto shared-host HTTP API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶ added in v0.2.0
type Controller ¶ added in v0.2.0
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New( addr string, controller Controller, copies *store.CopyStore, events *store.EventStore, auth Authenticator, statusFn func() StatusResponse, ) *Server
type StatusResponse ¶
type StatusResponse = apiv2.StatusResponse
Click to show internal directories.
Click to hide internal directories.