Documentation ¶
Index ¶
- Variables
- type Account
- type AccountCreated
- func (*AccountCreated) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCreated) GetAccountBalance() float64
- func (x *AccountCreated) GetAccountId() string
- func (*AccountCreated) ProtoMessage()
- func (x *AccountCreated) ProtoReflect() protoreflect.Message
- func (x *AccountCreated) Reset()
- func (x *AccountCreated) String() string
- type AccountCredited
- func (*AccountCredited) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCredited) GetAccountBalance() float64
- func (x *AccountCredited) GetAccountId() string
- func (*AccountCredited) ProtoMessage()
- func (x *AccountCredited) ProtoReflect() protoreflect.Message
- func (x *AccountCredited) Reset()
- func (x *AccountCredited) String() string
- type CreateAccount
- type CreditAccount
- func (*CreditAccount) Descriptor() ([]byte, []int)deprecated
- func (x *CreditAccount) GetAccountId() string
- func (x *CreditAccount) GetBalance() float64
- func (*CreditAccount) ProtoMessage()
- func (x *CreditAccount) ProtoReflect() protoreflect.Message
- func (x *CreditAccount) Reset()
- func (x *CreditAccount) String() string
- type Reply
- type TestPanic
- type TestReply
- type TestSend
- type TestTimeout
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pb_v1_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` AccountBalance float64 `protobuf:"fixed64,2,opt,name=account_balance,json=accountBalance,proto3" json:"account_balance,omitempty"` // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetAccountBalance ¶
func (*Account) GetAccountId ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type AccountCreated ¶
type AccountCreated struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` AccountBalance float64 `protobuf:"fixed64,2,opt,name=account_balance,json=accountBalance,proto3" json:"account_balance,omitempty"` // contains filtered or unexported fields }
func (*AccountCreated) Descriptor
deprecated
func (*AccountCreated) Descriptor() ([]byte, []int)
Deprecated: Use AccountCreated.ProtoReflect.Descriptor instead.
func (*AccountCreated) GetAccountBalance ¶
func (x *AccountCreated) GetAccountBalance() float64
func (*AccountCreated) GetAccountId ¶
func (x *AccountCreated) GetAccountId() 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 AccountCredited ¶
type AccountCredited struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` AccountBalance float64 `protobuf:"fixed64,2,opt,name=account_balance,json=accountBalance,proto3" json:"account_balance,omitempty"` // contains filtered or unexported fields }
func (*AccountCredited) Descriptor
deprecated
func (*AccountCredited) Descriptor() ([]byte, []int)
Deprecated: Use AccountCredited.ProtoReflect.Descriptor instead.
func (*AccountCredited) GetAccountBalance ¶
func (x *AccountCredited) GetAccountBalance() float64
func (*AccountCredited) GetAccountId ¶
func (x *AccountCredited) GetAccountId() string
func (*AccountCredited) ProtoMessage ¶
func (*AccountCredited) ProtoMessage()
func (*AccountCredited) ProtoReflect ¶
func (x *AccountCredited) ProtoReflect() protoreflect.Message
func (*AccountCredited) Reset ¶
func (x *AccountCredited) Reset()
func (*AccountCredited) String ¶
func (x *AccountCredited) String() string
type CreateAccount ¶
type CreateAccount struct { AccountBalance float64 `protobuf:"fixed64,2,opt,name=account_balance,json=accountBalance,proto3" json:"account_balance,omitempty"` // contains filtered or unexported fields }
func (*CreateAccount) Descriptor
deprecated
func (*CreateAccount) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccount.ProtoReflect.Descriptor instead.
func (*CreateAccount) GetAccountBalance ¶
func (x *CreateAccount) GetAccountBalance() float64
func (*CreateAccount) ProtoMessage ¶
func (*CreateAccount) ProtoMessage()
func (*CreateAccount) ProtoReflect ¶
func (x *CreateAccount) ProtoReflect() protoreflect.Message
func (*CreateAccount) Reset ¶
func (x *CreateAccount) Reset()
func (*CreateAccount) String ¶
func (x *CreateAccount) String() string
type CreditAccount ¶
type CreditAccount struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Balance float64 `protobuf:"fixed64,2,opt,name=balance,proto3" json:"balance,omitempty"` // contains filtered or unexported fields }
func (*CreditAccount) Descriptor
deprecated
func (*CreditAccount) Descriptor() ([]byte, []int)
Deprecated: Use CreditAccount.ProtoReflect.Descriptor instead.
func (*CreditAccount) GetAccountId ¶
func (x *CreditAccount) GetAccountId() string
func (*CreditAccount) GetBalance ¶
func (x *CreditAccount) GetBalance() float64
func (*CreditAccount) ProtoMessage ¶
func (*CreditAccount) ProtoMessage()
func (*CreditAccount) ProtoReflect ¶
func (x *CreditAccount) ProtoReflect() protoreflect.Message
func (*CreditAccount) Reset ¶
func (x *CreditAccount) Reset()
func (*CreditAccount) String ¶
func (x *CreditAccount) String() string
type Reply ¶
type Reply struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*Reply) Descriptor
deprecated
func (*Reply) GetContent ¶
func (*Reply) ProtoMessage ¶
func (*Reply) ProtoMessage()
func (*Reply) ProtoReflect ¶
func (x *Reply) ProtoReflect() protoreflect.Message
type TestPanic ¶
type TestPanic struct {
// contains filtered or unexported fields
}
func (*TestPanic) Descriptor
deprecated
func (*TestPanic) ProtoMessage ¶
func (*TestPanic) ProtoMessage()
func (*TestPanic) ProtoReflect ¶
func (x *TestPanic) ProtoReflect() protoreflect.Message
type TestReply ¶
type TestReply struct {
// contains filtered or unexported fields
}
func (*TestReply) Descriptor
deprecated
func (*TestReply) ProtoMessage ¶
func (*TestReply) ProtoMessage()
func (*TestReply) ProtoReflect ¶
func (x *TestReply) ProtoReflect() protoreflect.Message
type TestSend ¶
type TestSend struct {
// contains filtered or unexported fields
}
func (*TestSend) Descriptor
deprecated
func (*TestSend) ProtoMessage ¶
func (*TestSend) ProtoMessage()
func (*TestSend) ProtoReflect ¶
func (x *TestSend) ProtoReflect() protoreflect.Message
type TestTimeout ¶
type TestTimeout struct {
// contains filtered or unexported fields
}
func (*TestTimeout) Descriptor
deprecated
func (*TestTimeout) Descriptor() ([]byte, []int)
Deprecated: Use TestTimeout.ProtoReflect.Descriptor instead.
func (*TestTimeout) ProtoMessage ¶
func (*TestTimeout) ProtoMessage()
func (*TestTimeout) ProtoReflect ¶
func (x *TestTimeout) ProtoReflect() protoreflect.Message
func (*TestTimeout) Reset ¶
func (x *TestTimeout) Reset()
func (*TestTimeout) String ¶
func (x *TestTimeout) String() string
Click to show internal directories.
Click to hide internal directories.