vmevents

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 22, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package vmevents gets events from inside the VM

Code generated by protoc-gen-go-ttrpc. DO NOT EDIT. source: proto/nerdbox/services/vmevents/v1/events.proto

Index

Constants

This section is empty.

Variables

View Source
var File_proto_nerdbox_services_vmevents_v1_events_proto protoreflect.FileDescriptor

Functions

func RegisterTTRPCEventsService

func RegisterTTRPCEventsService(srv *ttrpc.Server, svc TTRPCEventsService)

Types

type TTRPCEventsClient

type TTRPCEventsClient interface {
	Stream(context.Context, *emptypb.Empty) (TTRPCEvents_StreamClient, error)
}

func NewTTRPCEventsClient

func NewTTRPCEventsClient(client *ttrpc.Client) TTRPCEventsClient

type TTRPCEventsService

type TTRPCEventsService interface {
	Stream(context.Context, *emptypb.Empty, TTRPCEvents_StreamServer) error
}

type TTRPCEvents_StreamClient

type TTRPCEvents_StreamClient interface {
	Recv() (*types.Envelope, error)
	ttrpc.ClientStream
}

type TTRPCEvents_StreamServer

type TTRPCEvents_StreamServer interface {
	Send(*types.Envelope) error
	ttrpc.StreamServer
}

Jump to

Keyboard shortcuts

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