Documentation ¶
Index ¶
- Variables
- type ExchangeFetchedEvent
- func (*ExchangeFetchedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ExchangeFetchedEvent) GetEventID() string
- func (x *ExchangeFetchedEvent) GetEventType() string
- func (x *ExchangeFetchedEvent) GetFrom() string
- func (x *ExchangeFetchedEvent) GetRate() float32
- func (x *ExchangeFetchedEvent) GetTo() string
- func (*ExchangeFetchedEvent) ProtoMessage()
- func (x *ExchangeFetchedEvent) ProtoReflect() protoreflect.Message
- func (x *ExchangeFetchedEvent) Reset()
- func (x *ExchangeFetchedEvent) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_v3_mailer_mailer_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExchangeFetchedEvent ¶
type ExchangeFetchedEvent struct { EventID string `protobuf:"bytes,1,opt,name=EventID,proto3" json:"EventID,omitempty"` EventType string `protobuf:"bytes,2,opt,name=EventType,proto3" json:"EventType,omitempty"` From string `protobuf:"bytes,3,opt,name=From,proto3" json:"From,omitempty"` To string `protobuf:"bytes,4,opt,name=To,proto3" json:"To,omitempty"` Rate float32 `protobuf:"fixed32,5,opt,name=Rate,proto3" json:"Rate,omitempty"` // contains filtered or unexported fields }
func (*ExchangeFetchedEvent) Descriptor
deprecated
func (*ExchangeFetchedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ExchangeFetchedEvent.ProtoReflect.Descriptor instead.
func (*ExchangeFetchedEvent) GetEventID ¶
func (x *ExchangeFetchedEvent) GetEventID() string
func (*ExchangeFetchedEvent) GetEventType ¶
func (x *ExchangeFetchedEvent) GetEventType() string
func (*ExchangeFetchedEvent) GetFrom ¶
func (x *ExchangeFetchedEvent) GetFrom() string
func (*ExchangeFetchedEvent) GetRate ¶
func (x *ExchangeFetchedEvent) GetRate() float32
func (*ExchangeFetchedEvent) GetTo ¶
func (x *ExchangeFetchedEvent) GetTo() string
func (*ExchangeFetchedEvent) ProtoMessage ¶
func (*ExchangeFetchedEvent) ProtoMessage()
func (*ExchangeFetchedEvent) ProtoReflect ¶
func (x *ExchangeFetchedEvent) ProtoReflect() protoreflect.Message
func (*ExchangeFetchedEvent) Reset ¶
func (x *ExchangeFetchedEvent) Reset()
func (*ExchangeFetchedEvent) String ¶
func (x *ExchangeFetchedEvent) String() string
Click to show internal directories.
Click to hide internal directories.