proto

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_greet_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GreetClientStreamRequest

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

func (*GreetClientStreamRequest) Descriptor deprecated

func (*GreetClientStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use GreetClientStreamRequest.ProtoReflect.Descriptor instead.

func (*GreetClientStreamRequest) GetName

func (x *GreetClientStreamRequest) GetName() string

func (*GreetClientStreamRequest) ProtoMessage

func (*GreetClientStreamRequest) ProtoMessage()

func (*GreetClientStreamRequest) ProtoReflect

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

func (*GreetClientStreamRequest) Reset

func (x *GreetClientStreamRequest) Reset()

func (*GreetClientStreamRequest) String

func (x *GreetClientStreamRequest) String() string

type GreetClientStreamResponse

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

func (*GreetClientStreamResponse) Descriptor deprecated

func (*GreetClientStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use GreetClientStreamResponse.ProtoReflect.Descriptor instead.

func (*GreetClientStreamResponse) GetGreeting

func (x *GreetClientStreamResponse) GetGreeting() string

func (*GreetClientStreamResponse) ProtoMessage

func (*GreetClientStreamResponse) ProtoMessage()

func (*GreetClientStreamResponse) ProtoReflect

func (*GreetClientStreamResponse) Reset

func (x *GreetClientStreamResponse) Reset()

func (*GreetClientStreamResponse) String

func (x *GreetClientStreamResponse) String() string

type GreetRequest

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

func (*GreetRequest) Descriptor deprecated

func (*GreetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GreetRequest.ProtoReflect.Descriptor instead.

func (*GreetRequest) GetName

func (x *GreetRequest) GetName() string

func (*GreetRequest) ProtoMessage

func (*GreetRequest) ProtoMessage()

func (*GreetRequest) ProtoReflect

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

func (*GreetRequest) Reset

func (x *GreetRequest) Reset()

func (*GreetRequest) String

func (x *GreetRequest) String() string

type GreetResponse

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

func (*GreetResponse) Descriptor deprecated

func (*GreetResponse) Descriptor() ([]byte, []int)

Deprecated: Use GreetResponse.ProtoReflect.Descriptor instead.

func (*GreetResponse) GetGreeting

func (x *GreetResponse) GetGreeting() string

func (*GreetResponse) ProtoMessage

func (*GreetResponse) ProtoMessage()

func (*GreetResponse) ProtoReflect

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

func (*GreetResponse) Reset

func (x *GreetResponse) Reset()

func (*GreetResponse) String

func (x *GreetResponse) String() string

type GreetServerStreamRequest

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

func (*GreetServerStreamRequest) Descriptor deprecated

func (*GreetServerStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use GreetServerStreamRequest.ProtoReflect.Descriptor instead.

func (*GreetServerStreamRequest) GetName

func (x *GreetServerStreamRequest) GetName() string

func (*GreetServerStreamRequest) ProtoMessage

func (*GreetServerStreamRequest) ProtoMessage()

func (*GreetServerStreamRequest) ProtoReflect

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

func (*GreetServerStreamRequest) Reset

func (x *GreetServerStreamRequest) Reset()

func (*GreetServerStreamRequest) String

func (x *GreetServerStreamRequest) String() string

type GreetServerStreamResponse

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

func (*GreetServerStreamResponse) Descriptor deprecated

func (*GreetServerStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use GreetServerStreamResponse.ProtoReflect.Descriptor instead.

func (*GreetServerStreamResponse) GetGreeting

func (x *GreetServerStreamResponse) GetGreeting() string

func (*GreetServerStreamResponse) ProtoMessage

func (*GreetServerStreamResponse) ProtoMessage()

func (*GreetServerStreamResponse) ProtoReflect

func (*GreetServerStreamResponse) Reset

func (x *GreetServerStreamResponse) Reset()

func (*GreetServerStreamResponse) String

func (x *GreetServerStreamResponse) String() string

type GreetStreamRequest

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

func (*GreetStreamRequest) Descriptor deprecated

func (*GreetStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use GreetStreamRequest.ProtoReflect.Descriptor instead.

func (*GreetStreamRequest) GetName

func (x *GreetStreamRequest) GetName() string

func (*GreetStreamRequest) ProtoMessage

func (*GreetStreamRequest) ProtoMessage()

func (*GreetStreamRequest) ProtoReflect

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

func (*GreetStreamRequest) Reset

func (x *GreetStreamRequest) Reset()

func (*GreetStreamRequest) String

func (x *GreetStreamRequest) String() string

type GreetStreamResponse

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

func (*GreetStreamResponse) Descriptor deprecated

func (*GreetStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use GreetStreamResponse.ProtoReflect.Descriptor instead.

func (*GreetStreamResponse) GetGreeting

func (x *GreetStreamResponse) GetGreeting() string

func (*GreetStreamResponse) ProtoMessage

func (*GreetStreamResponse) ProtoMessage()

func (*GreetStreamResponse) ProtoReflect

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

func (*GreetStreamResponse) Reset

func (x *GreetStreamResponse) Reset()

func (*GreetStreamResponse) String

func (x *GreetStreamResponse) String() string

Directories

Path Synopsis
triple_gen

Jump to

Keyboard shortcuts

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