Documentation ¶
Overview ¶
Package v1 is a generated protocol buffer package.
It is generated from these files:
pkg/vsock/system/v1/system.proto
It has these top-level messages:
Bundle EmptyRequest
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSystemServer ¶
func RegisterSystemServer(s *grpc.Server, srv SystemServer)
Types ¶
type Bundle ¶
type Bundle struct {
Raw []byte `protobuf:"bytes,1,opt,name=Raw,proto3" json:"Raw,omitempty"`
}
func (*Bundle) Descriptor ¶
func (*Bundle) ProtoMessage ¶
func (*Bundle) ProtoMessage()
type EmptyRequest ¶
type EmptyRequest struct { }
func (*EmptyRequest) Descriptor ¶
func (*EmptyRequest) Descriptor() ([]byte, []int)
func (*EmptyRequest) ProtoMessage ¶
func (*EmptyRequest) ProtoMessage()
func (*EmptyRequest) Reset ¶
func (m *EmptyRequest) Reset()
func (*EmptyRequest) String ¶
func (m *EmptyRequest) String() string
type SystemClient ¶
type SystemClient interface {
CABundle(ctx context.Context, in *EmptyRequest, opts ...grpc.CallOption) (*Bundle, error)
}
func NewSystemClient ¶
func NewSystemClient(cc *grpc.ClientConn) SystemClient
type SystemServer ¶
type SystemServer interface {
CABundle(context.Context, *EmptyRequest) (*Bundle, error)
}
Click to show internal directories.
Click to hide internal directories.