echo

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Echo

type Echo struct {
	// contains filtered or unexported fields
}

func (*Echo) Category

func (e *Echo) Category() string

func (*Echo) ContractId

func (e *Echo) ContractId() string

func (*Echo) GetConfigMap

func (e *Echo) GetConfigMap() model.ConfigMap

func (*Echo) Name

func (e *Echo) Name() string

func (*Echo) New

func (e *Echo) New() iface.ICapability

func (*Echo) Serve

func (e *Echo) Serve(_ context.Context, input *model.Event) (*model.Event, error)

func (*Echo) SetConfigMap

func (e *Echo) SetConfigMap(values model.ConfigMap) error

func (*Echo) Setup

func (e *Echo) Setup() error

func (*Echo) Version

func (e *Echo) Version() string

type Response

type Response struct {
	Code    int         `json:"code"`
	Message string      `json:"message"`
	Data    interface{} `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL