Documentation
¶
Overview ¶
Package api wires the HTTP handlers for caffeine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Deps ¶
type Deps struct {
ShotStore *shots.Store
ShotSyncer *shots.Syncer
LiveHub *live.Hub
AISettings *settings.Manager
PreheatStore *preheat.Store
PreheatScheduler *preheat.Scheduler
PushStore *push.Store
PushService *push.Service
ProfileImages *profileimages.Store
AIRecorder *ai.Recorder
Beans *beans.Store
}
Deps bundles the runtime collaborators the API needs. Fields may be nil.
Click to show internal directories.
Click to hide internal directories.