Documentation ¶
Index ¶
- Variables
- type Payment
- func (*Payment) Descriptor() ([]byte, []int)deprecated
- func (x *Payment) GetAmount() int32
- func (x *Payment) GetId() string
- func (x *Payment) GetType() string
- func (*Payment) ProtoMessage()
- func (x *Payment) ProtoReflect() protoreflect.Message
- func (x *Payment) Reset()
- func (x *Payment) String() string
- func (this *Payment) Validate() error
- type PaymentEvent
- func (*PaymentEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PaymentEvent) GetAmount() int32
- func (x *PaymentEvent) GetId() string
- func (x *PaymentEvent) GetType() string
- func (*PaymentEvent) ProtoMessage()
- func (x *PaymentEvent) ProtoReflect() protoreflect.Message
- func (x *PaymentEvent) Reset()
- func (x *PaymentEvent) String() string
- func (this *PaymentEvent) Validate() error
- type PaymentList
- func (*PaymentList) Descriptor() ([]byte, []int)deprecated
- func (x *PaymentList) GetItems() []*Payment
- func (*PaymentList) ProtoMessage()
- func (x *PaymentList) ProtoReflect() protoreflect.Message
- func (x *PaymentList) Reset()
- func (x *PaymentList) String() string
- func (this *PaymentList) Validate() error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_payment_schema_payment_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Payment ¶
type Payment struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Amount int32 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*Payment) Descriptor
deprecated
func (*Payment) ProtoMessage ¶
func (*Payment) ProtoMessage()
func (*Payment) ProtoReflect ¶ added in v0.7.0
func (x *Payment) ProtoReflect() protoreflect.Message
type PaymentEvent ¶
type PaymentEvent struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Amount int32 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*PaymentEvent) Descriptor
deprecated
func (*PaymentEvent) Descriptor() ([]byte, []int)
Deprecated: Use PaymentEvent.ProtoReflect.Descriptor instead.
func (*PaymentEvent) GetAmount ¶
func (x *PaymentEvent) GetAmount() int32
func (*PaymentEvent) GetId ¶
func (x *PaymentEvent) GetId() string
func (*PaymentEvent) GetType ¶
func (x *PaymentEvent) GetType() string
func (*PaymentEvent) ProtoMessage ¶
func (*PaymentEvent) ProtoMessage()
func (*PaymentEvent) ProtoReflect ¶ added in v0.7.0
func (x *PaymentEvent) ProtoReflect() protoreflect.Message
func (*PaymentEvent) Reset ¶
func (x *PaymentEvent) Reset()
func (*PaymentEvent) String ¶
func (x *PaymentEvent) String() string
func (*PaymentEvent) Validate ¶ added in v0.7.0
func (this *PaymentEvent) Validate() error
type PaymentList ¶ added in v0.4.2
type PaymentList struct { Items []*Payment `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"` // contains filtered or unexported fields }
func (*PaymentList) Descriptor
deprecated
added in
v0.4.2
func (*PaymentList) Descriptor() ([]byte, []int)
Deprecated: Use PaymentList.ProtoReflect.Descriptor instead.
func (*PaymentList) GetItems ¶ added in v0.4.2
func (x *PaymentList) GetItems() []*Payment
func (*PaymentList) ProtoMessage ¶ added in v0.4.2
func (*PaymentList) ProtoMessage()
func (*PaymentList) ProtoReflect ¶ added in v0.7.0
func (x *PaymentList) ProtoReflect() protoreflect.Message
func (*PaymentList) Reset ¶ added in v0.4.2
func (x *PaymentList) Reset()
func (*PaymentList) String ¶ added in v0.4.2
func (x *PaymentList) String() string
func (*PaymentList) Validate ¶ added in v0.7.0
func (this *PaymentList) Validate() error
Click to show internal directories.
Click to hide internal directories.