Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + const APP_ID + func CreateRouterConfig(strategy string, data []byte) (interface{}, error) + func RegisterRouter(name string, factory RouterFactory) error + func RegisterRouterConfig(strategy string, creator ConfigObjectCreator) error + type Config struct + Settings interface{} + Strategy string + type ConfigObjectCreator func([]byte) (interface{}, error) + type Router interface + TakeDetour func(v2net.Destination) (string, error) + func CreateRouter(name string, rawConfig interface{}, space app.Space) (Router, error) + type RouterFactory interface + Create func(rawConfig interface{}, space app.Space) (Router, error) Incompatible versions in this module v4.15.0+incompatible Feb 7, 2019 v3.50.2+incompatible Oct 29, 2018