Versions in this module Expand all Collapse all v0 v0.1.0 Mar 1, 2021 Changes in this version + func LoadManifest(manifestURL string) (*apps.Manifest, error) + func WriteCallError(w http.ResponseWriter, statusCode int, err error) + type Proxy struct + func NewProxy(mm *pluginapi.Client, awsClient *aws.Client, conf api.Configurator, ...) *Proxy + func (p *Proxy) Call(debugSessionToken apps.SessionToken, c *apps.Call) *apps.CallResponse + func (p *Proxy) GetAsset(appID apps.AppID, assetName string) (io.ReadCloser, int, error) + func (p *Proxy) GetBindings(cc *apps.Context) ([]*apps.Binding, error) + func (p *Proxy) Notify(cc *apps.Context, subj apps.Subject) error + func (p *Proxy) ProvisionBuiltIn(appID apps.AppID, up api.Upstream)