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 Config ¶ added in v0.3.2
type Config struct {
Addr string
Controller Controller
Refresher Refresher
Copies *store.CopyStore
Events *store.EventStore
Auth Authenticator
StatusFn func() StatusResponse
}
Config holds the dependencies and settings for New.
type Controller ¶ added in v0.2.0
type StatusResponse ¶
type StatusResponse = apiv2.StatusResponse
Click to show internal directories.
Click to hide internal directories.