Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2019 Changes in this version + type Endpoint struct + Description string + Location string + Transform string + type EpConfig struct + Endpoints map[string]Endpoint + Transforms map[string]Transform + func CfgFromFile(file string) (*EpConfig, error) + type Proxy struct + func NewProxy(cfg *ProxyCfg) (*Proxy, error) + func (p *Proxy) EpHandler(c *gin.Context) + type ProxyCfg struct + EpConfig *EpConfig + HttpClient *micro.Client + Logger *zap.Logger + type Transform struct + Description string + Script string