Documentation
¶
Index ¶
- Variables
- type ProtoMessage
- func (*ProtoMessage) Descriptor() ([]byte, []int)deprecated
- func (x *ProtoMessage) GetValue() string
- func (x *ProtoMessage) MessageDescription() string
- func (*ProtoMessage) ProtoMessage()
- func (x *ProtoMessage) ProtoReflect() protoreflect.Message
- func (x *ProtoMessage) Reset()
- func (x *ProtoMessage) String() string
- func (x *ProtoMessage) Validate() error
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) MessageDescription ¶ added in v0.13.10
func (x *ProtoMessage) MessageDescription() string
MessageDescription panics unconditionally.
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
func (*ProtoMessage) Validate ¶ added in v0.13.11
func (x *ProtoMessage) Validate() error
Validate panics unconditionally.
Click to show internal directories.
Click to hide internal directories.