Documentation ¶
Index ¶
Constants ¶
View Source
const (
AbiV2 = "proxy_abi_mosn_version_0_2_0"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exports ¶
type Exports interface { proxywasm.Exports // x-protocol ProxyDecodeBufferBytes(contextId int32, buf types.IoBuffer) error ProxyEncodeRequestBufferBytes(contextId int32, cmd api.XFrame) error ProxyEncodeResponseBufferBytes(contextId int32, cmd api.XRespFrame) error // x-protocol keepalive ProxyKeepAliveBufferBytes(contextId int32, id uint64) error ProxyReplyKeepAliveBufferBytes(contextId int32, cmd api.XFrame) error ProxyHijackBufferBytes(contextId int32, cmd api.XFrame, statusCode uint32) error }
Click to show internal directories.
Click to hide internal directories.