Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_dogmatiq_testkit_internal_fixtures_protobuf_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ProtoMessage ¶
type ProtoMessage struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
ProtoMessage is a Dogma message implemented as a Protocol Buffers message.
func (*ProtoMessage) Descriptor
deprecated
func (*ProtoMessage) Descriptor() ([]byte, []int)
Deprecated: Use ProtoMessage.ProtoReflect.Descriptor instead.
func (*ProtoMessage) GetValue ¶
func (x *ProtoMessage) GetValue() string
func (*ProtoMessage) ProtoMessage ¶
func (*ProtoMessage) ProtoMessage()
func (*ProtoMessage) ProtoReflect ¶
func (x *ProtoMessage) ProtoReflect() protoreflect.Message
func (*ProtoMessage) Reset ¶
func (x *ProtoMessage) Reset()
func (*ProtoMessage) String ¶
func (x *ProtoMessage) String() string
Click to show internal directories.
Click to hide internal directories.