proto

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const GreeterPluginAPIVersion = 1

Variables

View Source
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 GreetReply

type GreetReply struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

The response message containing the greetings

func (*GreetReply) GetMessage

func (x *GreetReply) GetMessage() string

func (*GreetReply) MarshalToSizedBufferVT

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

func (*GreetReply) MarshalToVT

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

func (*GreetReply) MarshalVT

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

func (*GreetReply) ProtoReflect

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

func (*GreetReply) SizeVT

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

func (*GreetReply) UnmarshalVT

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

type GreetRequest

type GreetRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The request message containing the user's name.

func (*GreetRequest) GetName

func (x *GreetRequest) GetName() string

func (*GreetRequest) MarshalToSizedBufferVT

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

func (*GreetRequest) MarshalToVT

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

func (*GreetRequest) MarshalVT

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

func (*GreetRequest) ProtoReflect

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

func (*GreetRequest) SizeVT

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

func (*GreetRequest) UnmarshalVT

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

type Greeter

type Greeter interface {
	// Sends a greeting
	Greet(context.Context, *GreetRequest) (*GreetReply, error)
}

The greeting service definition. go:plugin type=plugin version=1

type GreeterPlugin

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

func NewGreeterPlugin

func NewGreeterPlugin(ctx context.Context, opts ...wazeroConfigOption) (*GreeterPlugin, error)

func (*GreeterPlugin) Load

func (p *GreeterPlugin) Load(ctx context.Context, pluginPath string, hostFunctions HostFunctions) (greeter, error)

type HostFunctions

type HostFunctions interface {
	San(context.Context, *SanRequest) (*SanResponse, error)
}

The host functions embedded into the plugin go:plugin type=host

type SanRequest

type SanRequest struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*SanRequest) GetMessage

func (x *SanRequest) GetMessage() string

func (*SanRequest) MarshalToSizedBufferVT

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

func (*SanRequest) MarshalToVT

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

func (*SanRequest) MarshalVT

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

func (*SanRequest) ProtoReflect

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

func (*SanRequest) SizeVT

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

func (*SanRequest) UnmarshalVT

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

type SanResponse

type SanResponse struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*SanResponse) GetMessage

func (x *SanResponse) GetMessage() string

func (*SanResponse) MarshalToSizedBufferVT

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

func (*SanResponse) MarshalToVT

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

func (*SanResponse) MarshalVT

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

func (*SanResponse) ProtoReflect

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

func (*SanResponse) SizeVT

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

func (*SanResponse) UnmarshalVT

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

type WazeroConfig

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

type WazeroNewRuntime

type WazeroNewRuntime func(context.Context) (wazero.Runtime, error)

func DefaultWazeroRuntime

func DefaultWazeroRuntime() WazeroNewRuntime

Jump to

Keyboard shortcuts

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