Versions in this module Expand all Collapse all v0 v0.1.0 May 13, 2022 Changes in this version + type Echo struct + func (e *Echo) Category() string + func (e *Echo) ContractId() string + func (e *Echo) GetConfigMap() model.ConfigMap + func (e *Echo) Name() string + func (e *Echo) New() iface.ICapability + func (e *Echo) Serve(_ context.Context, input *model.Event) (*model.Event, error) + func (e *Echo) SetConfigMap(values model.ConfigMap) error + func (e *Echo) Setup() error + func (e *Echo) Version() string + type Response struct + Code int + Data interface{} + Message string