Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + var APIManagerFlags = struct{ ... } + func NewController(config *ControllerConfig, store entitystore.EntityStore, gw gateway.Gateway) controller.Controller + type API struct + API gateway.API + type ControllerConfig struct + OrganizationID string + ResyncPeriod time.Duration + type Handlers struct + Store entitystore.EntityStore + func NewHandlers(watcher controller.Watcher, store entitystore.EntityStore) *Handlers + func (h *Handlers) ConfigureHandlers(routableAPI middleware.RoutableAPI)