package foo

import "github.com/knqyf263/go-plugin/tests/import/proto/foo"

Index

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")
)

Types

type Foo

type Foo interface {
	Hello(context.Context, Request) (bar.Reply, error)
}

go:plugin type=plugin version=1

type FooPlugin

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

func NewFooPlugin

func NewFooPlugin(ctx context.Context, opt FooPluginOption) (*FooPlugin, error)

func (*FooPlugin) Load

func (p *FooPlugin) Load(ctx context.Context, pluginPath string) (Foo, error)

type FooPluginOption

type FooPluginOption struct {
	Stdout io.Writer
	Stderr io.Writer
	FS     fs.FS
}

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 (x *Request) GetA() string

func (*Request) MarshalToSizedBufferVT

func (m *Request) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Request) MarshalToVT

func (m *Request) MarshalToVT(dAtA []byte) (int, error)

func (*Request) MarshalVT

func (m *Request) MarshalVT() (dAtA []byte, err error)

func (*Request) ProtoReflect

func (x *Request) ProtoReflect() protoreflect.Message

func (*Request) SizeVT

func (m *Request) SizeVT() (n int)

func (*Request) UnmarshalVT

func (m *Request) UnmarshalVT(dAtA []byte) error

Source Files

foo.pb.go foo_host.pb.go foo_vtproto.pb.go

Version
v0.1.0
Published
Aug 29, 2022
Platform
js/wasm
Imports
14 packages
Last checked
3 days ago

Tools for package owners.