package foo
import "github.com/knqyf263/go-plugin/tests/import/proto/foo"
Index ¶
- Constants
- Variables
- func WazeroModuleConfig(moduleConfig wazero.ModuleConfig) wazeroConfigOption
- func WazeroRuntime(newRuntime WazeroNewRuntime) wazeroConfigOption
- type Foo
- type FooPlugin
- func NewFooPlugin(ctx context.Context, opts ...wazeroConfigOption) (*FooPlugin, error)
- func (p *FooPlugin) Load(ctx context.Context, pluginPath string) (foo, error)
- type Request
- func (x *Request) GetA() string
- func (m *Request) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Request) MarshalToVT(dAtA []byte) (int, error)
- func (m *Request) MarshalVT() (dAtA []byte, err error)
- func (x *Request) ProtoReflect() protoreflect.Message
- func (m *Request) SizeVT() (n int)
- func (m *Request) UnmarshalVT(dAtA []byte) error
- type WazeroConfig
- type WazeroNewRuntime
Constants ¶
const FooPluginAPIVersion = 1
Variables ¶
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
Functions ¶
func WazeroModuleConfig ¶
func WazeroModuleConfig(moduleConfig wazero.ModuleConfig) wazeroConfigOption
func WazeroRuntime ¶
func WazeroRuntime(newRuntime WazeroNewRuntime) wazeroConfigOption
Types ¶
type Foo ¶
go:plugin type=plugin version=1
type FooPlugin ¶
type FooPlugin struct {
// contains filtered or unexported fields
}
func NewFooPlugin ¶
func (*FooPlugin) Load ¶
type Request ¶
type Request struct { A string `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*Request) GetA ¶
func (*Request) MarshalToSizedBufferVT ¶
func (*Request) MarshalToVT ¶
func (*Request) MarshalVT ¶
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
func (*Request) SizeVT ¶
func (*Request) UnmarshalVT ¶
type WazeroConfig ¶
type WazeroConfig struct {
// contains filtered or unexported fields
}
type WazeroNewRuntime ¶
func DefaultWazeroRuntime ¶
func DefaultWazeroRuntime() WazeroNewRuntime
Source Files ¶
foo.pb.go foo_host.pb.go foo_options.pb.go foo_vtproto.pb.go
- Version
- v0.8.0
- Published
- Jun 25, 2023
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 3 days ago –
Tools for package owners.