Versions in this module Expand all Collapse all v0 v0.2.0 Nov 3, 2020 v0.1.0 Oct 31, 2020 Changes in this version + var File_envelope_proto protoreflect.FileDescriptor + func CheckWellFormed(env *Envelope) error + func MarshalMessage(vm marshalkit.ValueMarshaler, m dogma.Message, env *Envelope) + func MarshalTime(t time.Time) string + func MustBeWellFormed(env *Envelope) + func UnmarshalIdentity(id *Identity) (configkit.Identity, error) + func UnmarshalMessage(vm marshalkit.ValueMarshaler, env *Envelope) (dogma.Message, error) + func UnmarshalTime(t string) (time.Time, error) + type Envelope struct + CausationId string + CorrelationId string + CreatedAt string + Data []byte + Description string + MediaType string + MessageId string + PortableName string + ScheduledFor string + SourceApplication *Identity + SourceHandler *Identity + SourceInstanceId string + func (*Envelope) Descriptor() ([]byte, []int) + func (*Envelope) ProtoMessage() + func (x *Envelope) GetCausationId() string + func (x *Envelope) GetCorrelationId() string + func (x *Envelope) GetCreatedAt() string + func (x *Envelope) GetData() []byte + func (x *Envelope) GetDescription() string + func (x *Envelope) GetMediaType() string + func (x *Envelope) GetMessageId() string + func (x *Envelope) GetPortableName() string + func (x *Envelope) GetScheduledFor() string + func (x *Envelope) GetSourceApplication() *Identity + func (x *Envelope) GetSourceHandler() *Identity + func (x *Envelope) GetSourceInstanceId() string + func (x *Envelope) ProtoReflect() protoreflect.Message + func (x *Envelope) Reset() + func (x *Envelope) String() string + type Identity struct + Key string + Name string + func MarshalIdentity(id configkit.Identity) *Identity + func (*Identity) Descriptor() ([]byte, []int) + func (*Identity) ProtoMessage() + func (x *Identity) GetKey() string + func (x *Identity) GetName() string + func (x *Identity) ProtoReflect() protoreflect.Message + func (x *Identity) Reset() + func (x *Identity) String() string