Documentation ¶
Index ¶
- Variables
- type AccountBalanceDecreased
- func (*AccountBalanceDecreased) Descriptor() ([]byte, []int)deprecated
- func (x *AccountBalanceDecreased) GetAmount() uint64
- func (*AccountBalanceDecreased) ProtoMessage()
- func (x *AccountBalanceDecreased) ProtoReflect() protoreflect.Message
- func (x *AccountBalanceDecreased) Reset()
- func (x *AccountBalanceDecreased) String() string
- type AccountBalanceIncreased
- func (*AccountBalanceIncreased) Descriptor() ([]byte, []int)deprecated
- func (x *AccountBalanceIncreased) GetAmount() uint64
- func (*AccountBalanceIncreased) ProtoMessage()
- func (x *AccountBalanceIncreased) ProtoReflect() protoreflect.Message
- func (x *AccountBalanceIncreased) Reset()
- func (x *AccountBalanceIncreased) String() string
- type AccountCreated
- func (*AccountCreated) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCreated) GetBalance() uint64
- func (x *AccountCreated) GetName() string
- func (*AccountCreated) ProtoMessage()
- func (x *AccountCreated) ProtoReflect() protoreflect.Message
- func (x *AccountCreated) Reset()
- func (x *AccountCreated) String() string
- type AccountNameUpdated
- func (*AccountNameUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *AccountNameUpdated) GetName() string
- func (*AccountNameUpdated) ProtoMessage()
- func (x *AccountNameUpdated) ProtoReflect() protoreflect.Message
- func (x *AccountNameUpdated) Reset()
- func (x *AccountNameUpdated) String() string
- type ProductCreated
- func (*ProductCreated) Descriptor() ([]byte, []int)deprecated
- func (x *ProductCreated) GetName() string
- func (x *ProductCreated) GetUint64() uint64
- func (*ProductCreated) ProtoMessage()
- func (x *ProductCreated) ProtoReflect() protoreflect.Message
- func (x *ProductCreated) Reset()
- func (x *ProductCreated) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_examples_pb_event_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AccountBalanceDecreased ¶
type AccountBalanceDecreased struct { Amount uint64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*AccountBalanceDecreased) Descriptor
deprecated
func (*AccountBalanceDecreased) Descriptor() ([]byte, []int)
Deprecated: Use AccountBalanceDecreased.ProtoReflect.Descriptor instead.
func (*AccountBalanceDecreased) GetAmount ¶
func (x *AccountBalanceDecreased) GetAmount() uint64
func (*AccountBalanceDecreased) ProtoMessage ¶
func (*AccountBalanceDecreased) ProtoMessage()
func (*AccountBalanceDecreased) ProtoReflect ¶
func (x *AccountBalanceDecreased) ProtoReflect() protoreflect.Message
func (*AccountBalanceDecreased) Reset ¶
func (x *AccountBalanceDecreased) Reset()
func (*AccountBalanceDecreased) String ¶
func (x *AccountBalanceDecreased) String() string
type AccountBalanceIncreased ¶
type AccountBalanceIncreased struct { Amount uint64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*AccountBalanceIncreased) Descriptor
deprecated
func (*AccountBalanceIncreased) Descriptor() ([]byte, []int)
Deprecated: Use AccountBalanceIncreased.ProtoReflect.Descriptor instead.
func (*AccountBalanceIncreased) GetAmount ¶
func (x *AccountBalanceIncreased) GetAmount() uint64
func (*AccountBalanceIncreased) ProtoMessage ¶
func (*AccountBalanceIncreased) ProtoMessage()
func (*AccountBalanceIncreased) ProtoReflect ¶
func (x *AccountBalanceIncreased) ProtoReflect() protoreflect.Message
func (*AccountBalanceIncreased) Reset ¶
func (x *AccountBalanceIncreased) Reset()
func (*AccountBalanceIncreased) String ¶
func (x *AccountBalanceIncreased) String() string
type AccountCreated ¶
type AccountCreated struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` // contains filtered or unexported fields }
func (*AccountCreated) Descriptor
deprecated
func (*AccountCreated) Descriptor() ([]byte, []int)
Deprecated: Use AccountCreated.ProtoReflect.Descriptor instead.
func (*AccountCreated) GetBalance ¶
func (x *AccountCreated) GetBalance() uint64
func (*AccountCreated) GetName ¶
func (x *AccountCreated) GetName() string
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 AccountNameUpdated ¶
type AccountNameUpdated struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*AccountNameUpdated) Descriptor
deprecated
func (*AccountNameUpdated) Descriptor() ([]byte, []int)
Deprecated: Use AccountNameUpdated.ProtoReflect.Descriptor instead.
func (*AccountNameUpdated) GetName ¶
func (x *AccountNameUpdated) GetName() string
func (*AccountNameUpdated) ProtoMessage ¶
func (*AccountNameUpdated) ProtoMessage()
func (*AccountNameUpdated) ProtoReflect ¶
func (x *AccountNameUpdated) ProtoReflect() protoreflect.Message
func (*AccountNameUpdated) Reset ¶
func (x *AccountNameUpdated) Reset()
func (*AccountNameUpdated) String ¶
func (x *AccountNameUpdated) String() string
type ProductCreated ¶
type ProductCreated struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Uint64 uint64 `protobuf:"varint,2,opt,name=uint64,proto3" json:"uint64,omitempty"` // contains filtered or unexported fields }
func (*ProductCreated) Descriptor
deprecated
func (*ProductCreated) Descriptor() ([]byte, []int)
Deprecated: Use ProductCreated.ProtoReflect.Descriptor instead.
func (*ProductCreated) GetName ¶
func (x *ProductCreated) GetName() string
func (*ProductCreated) GetUint64 ¶
func (x *ProductCreated) GetUint64() uint64
func (*ProductCreated) ProtoMessage ¶
func (*ProductCreated) ProtoMessage()
func (*ProductCreated) ProtoReflect ¶
func (x *ProductCreated) ProtoReflect() protoreflect.Message
func (*ProductCreated) Reset ¶
func (x *ProductCreated) Reset()
func (*ProductCreated) String ¶
func (x *ProductCreated) String() string
Click to show internal directories.
Click to hide internal directories.