stringservice

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_github_com_dogmatiq_protean_internal_stringservice_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ToUpperRequest

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

ToUpperRequest is the RPC input message for the StringService.ToUpper() RPC method.

func (*ToUpperRequest) Descriptor deprecated

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

Deprecated: Use ToUpperRequest.ProtoReflect.Descriptor instead.

func (*ToUpperRequest) GetOriginalString

func (x *ToUpperRequest) GetOriginalString() string

func (*ToUpperRequest) ProtoMessage

func (*ToUpperRequest) ProtoMessage()

func (*ToUpperRequest) ProtoReflect

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

func (*ToUpperRequest) Reset

func (x *ToUpperRequest) Reset()

func (*ToUpperRequest) String

func (x *ToUpperRequest) String() string

type ToUpperResponse

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

ToUpperResponse is the RPC output message for the StringService.ToUpper() RPC method.

func (*ToUpperResponse) Descriptor deprecated

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

Deprecated: Use ToUpperResponse.ProtoReflect.Descriptor instead.

func (*ToUpperResponse) GetUppercaseString

func (x *ToUpperResponse) GetUppercaseString() string

func (*ToUpperResponse) ProtoMessage

func (*ToUpperResponse) ProtoMessage()

func (*ToUpperResponse) ProtoReflect

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

func (*ToUpperResponse) Reset

func (x *ToUpperResponse) Reset()

func (*ToUpperResponse) String

func (x *ToUpperResponse) String() string

Jump to

Keyboard shortcuts

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