Documentation ¶
Overview ¶
Package appsync syncs the published list of mobile apps to this server's db.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is a controller for the appsync service.
func New ¶
func New(cfg *config.AppSyncConfig, db *database.Database, h *render.Renderer) (*Controller, error)
New creates a new appsync controller.
func (*Controller) HandleSync ¶
func (c *Controller) HandleSync() http.Handler
HandleSync performs the logic to sync mobile apps.
Click to show internal directories.
Click to hide internal directories.