Documentation
¶
Index ¶
- Variables
- type AccountCreated
- func (*AccountCreated) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCreated) GetAccountId() string
- func (x *AccountCreated) GetRecordedAt() *timestamp.Timestamp
- func (*AccountCreated) ProtoMessage()
- func (x *AccountCreated) ProtoReflect() protoreflect.Message
- func (x *AccountCreated) Reset()
- func (x *AccountCreated) String() string
- type AccountTransactionRecorded
- func (*AccountTransactionRecorded) Descriptor() ([]byte, []int)deprecated
- func (x *AccountTransactionRecorded) GetAccountId() string
- func (x *AccountTransactionRecorded) GetAmount() float32
- func (x *AccountTransactionRecorded) GetRecordedAt() *timestamp.Timestamp
- func (*AccountTransactionRecorded) ProtoMessage()
- func (x *AccountTransactionRecorded) ProtoReflect() protoreflect.Message
- func (x *AccountTransactionRecorded) Reset()
- func (x *AccountTransactionRecorded) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_resources_messages_account_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AccountCreated ¶
type AccountCreated struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` RecordedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=recorded_at,json=recordedAt,proto3" json:"recorded_at,omitempty"` // contains filtered or unexported fields }
func (*AccountCreated) Descriptor
deprecated
func (*AccountCreated) Descriptor() ([]byte, []int)
Deprecated: Use AccountCreated.ProtoReflect.Descriptor instead.
func (*AccountCreated) GetAccountId ¶
func (x *AccountCreated) GetAccountId() string
func (*AccountCreated) GetRecordedAt ¶
func (x *AccountCreated) GetRecordedAt() *timestamp.Timestamp
func (*AccountCreated) ProtoMessage ¶
func (*AccountCreated) ProtoMessage()
func (*AccountCreated) ProtoReflect ¶
func (x *AccountCreated) ProtoReflect() protoreflect.Message
func (*AccountCreated) Reset ¶
func (x *AccountCreated) Reset()
func (*AccountCreated) String ¶
func (x *AccountCreated) String() string
type AccountTransactionRecorded ¶
type AccountTransactionRecorded struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Amount float32 `protobuf:"fixed32,2,opt,name=amount,proto3" json:"amount,omitempty"` RecordedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=recorded_at,json=recordedAt,proto3" json:"recorded_at,omitempty"` // contains filtered or unexported fields }
func (*AccountTransactionRecorded) Descriptor
deprecated
func (*AccountTransactionRecorded) Descriptor() ([]byte, []int)
Deprecated: Use AccountTransactionRecorded.ProtoReflect.Descriptor instead.
func (*AccountTransactionRecorded) GetAccountId ¶
func (x *AccountTransactionRecorded) GetAccountId() string
func (*AccountTransactionRecorded) GetAmount ¶
func (x *AccountTransactionRecorded) GetAmount() float32
func (*AccountTransactionRecorded) GetRecordedAt ¶
func (x *AccountTransactionRecorded) GetRecordedAt() *timestamp.Timestamp
func (*AccountTransactionRecorded) ProtoMessage ¶
func (*AccountTransactionRecorded) ProtoMessage()
func (*AccountTransactionRecorded) ProtoReflect ¶
func (x *AccountTransactionRecorded) ProtoReflect() protoreflect.Message
func (*AccountTransactionRecorded) Reset ¶
func (x *AccountTransactionRecorded) Reset()
func (*AccountTransactionRecorded) String ¶
func (x *AccountTransactionRecorded) String() string
Click to show internal directories.
Click to hide internal directories.