Documentation ¶
Index ¶
- Constants
- Variables
- type AddPaymentMethod
- type BalanceDecrement
- func (*BalanceDecrement) Descriptor() ([]byte, []int)deprecated
- func (x *BalanceDecrement) GetAmount() int64
- func (x *BalanceDecrement) GetReference() string
- func (x *BalanceDecrement) GetType() string
- func (*BalanceDecrement) ProtoMessage()
- func (x *BalanceDecrement) ProtoReflect() protoreflect.Message
- func (x *BalanceDecrement) Reset()
- func (x *BalanceDecrement) String() string
- type BalanceIncrement
- func (*BalanceIncrement) Descriptor() ([]byte, []int)deprecated
- func (x *BalanceIncrement) GetAmount() int64
- func (x *BalanceIncrement) GetReference() string
- func (x *BalanceIncrement) GetType() string
- func (*BalanceIncrement) ProtoMessage()
- func (x *BalanceIncrement) ProtoReflect() protoreflect.Message
- func (x *BalanceIncrement) Reset()
- func (x *BalanceIncrement) String() string
- type Banned
- type BlockKey
- type Created
- type Customer
- func (*Customer) Descriptor() ([]byte, []int)deprecated
- func (x *Customer) GetCreated() int64
- func (x *Customer) GetEmail() string
- func (x *Customer) GetId() string
- func (x *Customer) GetMeta() map[string]string
- func (x *Customer) GetName() string
- func (x *Customer) GetStatus() string
- func (x *Customer) GetUpdated() int64
- func (*Customer) ProtoMessage()
- func (x *Customer) ProtoReflect() protoreflect.Message
- func (x *Customer) Reset()
- func (x *Customer) String() string
- type DeleteKey
- type DeletePaymentMethod
- func (*DeletePaymentMethod) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePaymentMethod) GetId() string
- func (*DeletePaymentMethod) ProtoMessage()
- func (x *DeletePaymentMethod) ProtoReflect() protoreflect.Message
- func (x *DeletePaymentMethod) Reset()
- func (x *DeletePaymentMethod) String() string
- type Deleted
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetAddPaymentMethod() *AddPaymentMethod
- func (x *Event) GetBalanceDecrement() *BalanceDecrement
- func (x *Event) GetBalanceIncrement() *BalanceIncrement
- func (x *Event) GetBanned() *Banned
- func (x *Event) GetBlockKey() *BlockKey
- func (x *Event) GetCallerId() string
- func (x *Event) GetCreated() *Created
- func (x *Event) GetCustomer() *Customer
- func (x *Event) GetDeleteKey() *DeleteKey
- func (x *Event) GetDeletePaymentMethod() *DeletePaymentMethod
- func (x *Event) GetDeleted() *Deleted
- func (x *Event) GetGenerateKey() *GenerateKey
- func (x *Event) GetLogin() *Login
- func (x *Event) GetLogout() *Logout
- func (x *Event) GetPasswordReset() *PasswordReset
- func (x *Event) GetProjectId() string
- func (x *Event) GetSignup() *Signup
- func (x *Event) GetSubscriptionChanged() *SubscriptionChanged
- func (x *Event) GetTokenRefresh() *TokenRefresh
- func (x *Event) GetType() EventType
- func (x *Event) GetUnbanned() *Unbanned
- func (x *Event) GetUnblockKey() *UnblockKey
- func (x *Event) GetUpdated() *Updated
- func (x *Event) GetVerified() *Verified
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type EventType
- type GenerateKey
- type Login
- type Logout
- type PasswordReset
- type Signup
- type SubscriptionChanged
- func (*SubscriptionChanged) Descriptor() ([]byte, []int)deprecated
- func (x *SubscriptionChanged) GetTier() string
- func (*SubscriptionChanged) ProtoMessage()
- func (x *SubscriptionChanged) ProtoReflect() protoreflect.Message
- func (x *SubscriptionChanged) Reset()
- func (x *SubscriptionChanged) String() string
- type TokenRefresh
- type Unbanned
- type UnblockKey
- type Updated
- type Verified
Constants ¶
const Topic = "customers"
Variables ¶
var ( EventType_name = map[int32]string{ 0: "EventTypeUnknown", 1: "EventTypeCreated", 2: "EventTypeUpdated", 3: "EventTypeDeleted", 4: "EventTypeVerified", 5: "EventTypeBanned", 6: "EventTypeUnbanned", 7: "EventTypeSignup", 8: "EventTypeGenerateKey", 9: "EventTypeDeleteKey", 11: "EventTypeAddPaymentMethod", 12: "EventTypeDeletePaymentMethod", 13: "EventTypePasswordReset", 14: "EventTypeLogin", 15: "EventTypeLogout", 16: "EventTypeBlockKey", 17: "EventTypeUnblockKey", 18: "EventTypeBalanceIncrement", 19: "EventTypeBalanceZero", 20: "EventTypeBalanceDecrement", 21: "EventTypeTokenRefresh", 22: "EventTypeSubscriptionChanged", } EventType_value = map[string]int32{ "EventTypeUnknown": 0, "EventTypeCreated": 1, "EventTypeUpdated": 2, "EventTypeDeleted": 3, "EventTypeVerified": 4, "EventTypeBanned": 5, "EventTypeUnbanned": 6, "EventTypeSignup": 7, "EventTypeGenerateKey": 8, "EventTypeDeleteKey": 9, "EventTypeAddPaymentMethod": 11, "EventTypeDeletePaymentMethod": 12, "EventTypePasswordReset": 13, "EventTypeLogin": 14, "EventTypeLogout": 15, "EventTypeBlockKey": 16, "EventTypeUnblockKey": 17, "EventTypeBalanceIncrement": 18, "EventTypeBalanceZero": 19, "EventTypeBalanceDecrement": 20, "EventTypeTokenRefresh": 21, "EventTypeSubscriptionChanged": 22, } )
Enum value maps for EventType.
var File_customers_events_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddPaymentMethod ¶
type AddPaymentMethod struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*AddPaymentMethod) Descriptor
deprecated
func (*AddPaymentMethod) Descriptor() ([]byte, []int)
Deprecated: Use AddPaymentMethod.ProtoReflect.Descriptor instead.
func (*AddPaymentMethod) GetId ¶
func (x *AddPaymentMethod) GetId() string
func (*AddPaymentMethod) ProtoMessage ¶
func (*AddPaymentMethod) ProtoMessage()
func (*AddPaymentMethod) ProtoReflect ¶
func (x *AddPaymentMethod) ProtoReflect() protoreflect.Message
func (*AddPaymentMethod) Reset ¶
func (x *AddPaymentMethod) Reset()
func (*AddPaymentMethod) String ¶
func (x *AddPaymentMethod) String() string
type BalanceDecrement ¶
type BalanceDecrement struct { Amount int64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*BalanceDecrement) Descriptor
deprecated
func (*BalanceDecrement) Descriptor() ([]byte, []int)
Deprecated: Use BalanceDecrement.ProtoReflect.Descriptor instead.
func (*BalanceDecrement) GetAmount ¶
func (x *BalanceDecrement) GetAmount() int64
func (*BalanceDecrement) GetReference ¶
func (x *BalanceDecrement) GetReference() string
func (*BalanceDecrement) GetType ¶
func (x *BalanceDecrement) GetType() string
func (*BalanceDecrement) ProtoMessage ¶
func (*BalanceDecrement) ProtoMessage()
func (*BalanceDecrement) ProtoReflect ¶
func (x *BalanceDecrement) ProtoReflect() protoreflect.Message
func (*BalanceDecrement) Reset ¶
func (x *BalanceDecrement) Reset()
func (*BalanceDecrement) String ¶
func (x *BalanceDecrement) String() string
type BalanceIncrement ¶
type BalanceIncrement struct { Amount int64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // topup, referral, etc Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*BalanceIncrement) Descriptor
deprecated
func (*BalanceIncrement) Descriptor() ([]byte, []int)
Deprecated: Use BalanceIncrement.ProtoReflect.Descriptor instead.
func (*BalanceIncrement) GetAmount ¶
func (x *BalanceIncrement) GetAmount() int64
func (*BalanceIncrement) GetReference ¶
func (x *BalanceIncrement) GetReference() string
func (*BalanceIncrement) GetType ¶
func (x *BalanceIncrement) GetType() string
func (*BalanceIncrement) ProtoMessage ¶
func (*BalanceIncrement) ProtoMessage()
func (*BalanceIncrement) ProtoReflect ¶
func (x *BalanceIncrement) ProtoReflect() protoreflect.Message
func (*BalanceIncrement) Reset ¶
func (x *BalanceIncrement) Reset()
func (*BalanceIncrement) String ¶
func (x *BalanceIncrement) String() string
type Banned ¶
type Banned struct {
// contains filtered or unexported fields
}
func (*Banned) Descriptor
deprecated
func (*Banned) ProtoMessage ¶
func (*Banned) ProtoMessage()
func (*Banned) ProtoReflect ¶
func (x *Banned) ProtoReflect() protoreflect.Message
type BlockKey ¶
type BlockKey struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*BlockKey) Descriptor
deprecated
func (*BlockKey) ProtoMessage ¶
func (*BlockKey) ProtoMessage()
func (*BlockKey) ProtoReflect ¶
func (x *BlockKey) ProtoReflect() protoreflect.Message
type Created ¶
type Created struct {
// contains filtered or unexported fields
}
func (*Created) Descriptor
deprecated
func (*Created) ProtoMessage ¶
func (*Created) ProtoMessage()
func (*Created) ProtoReflect ¶
func (x *Created) ProtoReflect() protoreflect.Message
type Customer ¶
type Customer struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // awaiting_verification, verified, active, inactive Created int64 `protobuf:"varint,3,opt,name=created,proto3" json:"created,omitempty"` Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"` Updated int64 `protobuf:"varint,7,opt,name=updated,proto3" json:"updated,omitempty"` Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"` Meta map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Customer) Descriptor
deprecated
func (*Customer) GetCreated ¶
func (*Customer) GetUpdated ¶
func (*Customer) ProtoMessage ¶
func (*Customer) ProtoMessage()
func (*Customer) ProtoReflect ¶
func (x *Customer) ProtoReflect() protoreflect.Message
type DeleteKey ¶
type DeleteKey struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteKey) Descriptor
deprecated
func (*DeleteKey) ProtoMessage ¶
func (*DeleteKey) ProtoMessage()
func (*DeleteKey) ProtoReflect ¶
func (x *DeleteKey) ProtoReflect() protoreflect.Message
type DeletePaymentMethod ¶
type DeletePaymentMethod struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeletePaymentMethod) Descriptor
deprecated
func (*DeletePaymentMethod) Descriptor() ([]byte, []int)
Deprecated: Use DeletePaymentMethod.ProtoReflect.Descriptor instead.
func (*DeletePaymentMethod) GetId ¶
func (x *DeletePaymentMethod) GetId() string
func (*DeletePaymentMethod) ProtoMessage ¶
func (*DeletePaymentMethod) ProtoMessage()
func (*DeletePaymentMethod) ProtoReflect ¶
func (x *DeletePaymentMethod) ProtoReflect() protoreflect.Message
func (*DeletePaymentMethod) Reset ¶
func (x *DeletePaymentMethod) Reset()
func (*DeletePaymentMethod) String ¶
func (x *DeletePaymentMethod) String() string
type Deleted ¶
type Deleted struct {
// contains filtered or unexported fields
}
func (*Deleted) Descriptor
deprecated
func (*Deleted) ProtoMessage ¶
func (*Deleted) ProtoMessage()
func (*Deleted) ProtoReflect ¶
func (x *Deleted) ProtoReflect() protoreflect.Message
type Event ¶
type Event struct { Type EventType `protobuf:"varint,1,opt,name=type,proto3,enum=customersevents.EventType" json:"type,omitempty"` Customer *Customer `protobuf:"bytes,2,opt,name=customer,proto3" json:"customer,omitempty"` CallerId string `protobuf:"bytes,3,opt,name=caller_id,json=callerId,proto3" json:"caller_id,omitempty"` ProjectId string `protobuf:"bytes,24,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Created *Created `protobuf:"bytes,4,opt,name=created,proto3" json:"created,omitempty"` Updated *Updated `protobuf:"bytes,5,opt,name=updated,proto3" json:"updated,omitempty"` Deleted *Deleted `protobuf:"bytes,6,opt,name=deleted,proto3" json:"deleted,omitempty"` Verified *Verified `protobuf:"bytes,7,opt,name=verified,proto3" json:"verified,omitempty"` Banned *Banned `protobuf:"bytes,8,opt,name=banned,proto3" json:"banned,omitempty"` Unbanned *Unbanned `protobuf:"bytes,9,opt,name=unbanned,proto3" json:"unbanned,omitempty"` Signup *Signup `protobuf:"bytes,10,opt,name=signup,proto3" json:"signup,omitempty"` GenerateKey *GenerateKey `protobuf:"bytes,11,opt,name=generate_key,json=generateKey,proto3" json:"generate_key,omitempty"` DeleteKey *DeleteKey `protobuf:"bytes,12,opt,name=delete_key,json=deleteKey,proto3" json:"delete_key,omitempty"` BalanceIncrement *BalanceIncrement `protobuf:"bytes,13,opt,name=balance_increment,json=balanceIncrement,proto3" json:"balance_increment,omitempty"` AddPaymentMethod *AddPaymentMethod `protobuf:"bytes,14,opt,name=add_payment_method,json=addPaymentMethod,proto3" json:"add_payment_method,omitempty"` DeletePaymentMethod *DeletePaymentMethod `protobuf:"bytes,15,opt,name=delete_payment_method,json=deletePaymentMethod,proto3" json:"delete_payment_method,omitempty"` PasswordReset *PasswordReset `protobuf:"bytes,16,opt,name=password_reset,json=passwordReset,proto3" json:"password_reset,omitempty"` Login *Login `protobuf:"bytes,17,opt,name=login,proto3" json:"login,omitempty"` Logout *Logout `protobuf:"bytes,18,opt,name=logout,proto3" json:"logout,omitempty"` BlockKey *BlockKey `protobuf:"bytes,19,opt,name=block_key,json=blockKey,proto3" json:"block_key,omitempty"` UnblockKey *UnblockKey `protobuf:"bytes,20,opt,name=unblock_key,json=unblockKey,proto3" json:"unblock_key,omitempty"` BalanceDecrement *BalanceDecrement `protobuf:"bytes,21,opt,name=balance_decrement,json=balanceDecrement,proto3" json:"balance_decrement,omitempty"` TokenRefresh *TokenRefresh `protobuf:"bytes,22,opt,name=token_refresh,json=tokenRefresh,proto3" json:"token_refresh,omitempty"` SubscriptionChanged *SubscriptionChanged `protobuf:"bytes,23,opt,name=subscription_changed,json=subscriptionChanged,proto3" json:"subscription_changed,omitempty"` // contains filtered or unexported fields }
Event holds the customer object plus event specific data in the respective field
func (*Event) Descriptor
deprecated
func (*Event) GetAddPaymentMethod ¶
func (x *Event) GetAddPaymentMethod() *AddPaymentMethod
func (*Event) GetBalanceDecrement ¶
func (x *Event) GetBalanceDecrement() *BalanceDecrement
func (*Event) GetBalanceIncrement ¶
func (x *Event) GetBalanceIncrement() *BalanceIncrement
func (*Event) GetBlockKey ¶
func (*Event) GetCallerId ¶
func (*Event) GetCreated ¶
func (*Event) GetCustomer ¶
func (*Event) GetDeleteKey ¶
func (*Event) GetDeletePaymentMethod ¶
func (x *Event) GetDeletePaymentMethod() *DeletePaymentMethod
func (*Event) GetDeleted ¶
func (*Event) GetGenerateKey ¶
func (x *Event) GetGenerateKey() *GenerateKey
func (*Event) GetPasswordReset ¶
func (x *Event) GetPasswordReset() *PasswordReset
func (*Event) GetProjectId ¶
func (*Event) GetSubscriptionChanged ¶
func (x *Event) GetSubscriptionChanged() *SubscriptionChanged
func (*Event) GetTokenRefresh ¶
func (x *Event) GetTokenRefresh() *TokenRefresh
func (*Event) GetUnbanned ¶
func (*Event) GetUnblockKey ¶
func (x *Event) GetUnblockKey() *UnblockKey
func (*Event) GetUpdated ¶
func (*Event) GetVerified ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
type EventType ¶
type EventType int32
const ( EventType_EventTypeUnknown EventType = 0 EventType_EventTypeCreated EventType = 1 EventType_EventTypeUpdated EventType = 2 EventType_EventTypeDeleted EventType = 3 EventType_EventTypeVerified EventType = 4 EventType_EventTypeBanned EventType = 5 EventType_EventTypeUnbanned EventType = 6 EventType_EventTypeSignup EventType = 7 EventType_EventTypeGenerateKey EventType = 8 EventType_EventTypeDeleteKey EventType = 9 EventType_EventTypeAddPaymentMethod EventType = 11 EventType_EventTypeDeletePaymentMethod EventType = 12 EventType_EventTypePasswordReset EventType = 13 EventType_EventTypeLogin EventType = 14 EventType_EventTypeLogout EventType = 15 EventType_EventTypeBlockKey EventType = 16 EventType_EventTypeUnblockKey EventType = 17 EventType_EventTypeBalanceIncrement EventType = 18 EventType_EventTypeBalanceZero EventType = 19 EventType_EventTypeBalanceDecrement EventType = 20 EventType_EventTypeTokenRefresh EventType = 21 EventType_EventTypeSubscriptionChanged EventType = 22 )
func (EventType) Descriptor ¶
func (EventType) Descriptor() protoreflect.EnumDescriptor
func (EventType) EnumDescriptor
deprecated
func (EventType) Number ¶
func (x EventType) Number() protoreflect.EnumNumber
func (EventType) Type ¶
func (EventType) Type() protoreflect.EnumType
type GenerateKey ¶
type GenerateKey struct { Scopes []string `protobuf:"bytes,1,rep,name=scopes,proto3" json:"scopes,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GenerateKey) Descriptor
deprecated
func (*GenerateKey) Descriptor() ([]byte, []int)
Deprecated: Use GenerateKey.ProtoReflect.Descriptor instead.
func (*GenerateKey) GetId ¶
func (x *GenerateKey) GetId() string
func (*GenerateKey) GetScopes ¶
func (x *GenerateKey) GetScopes() []string
func (*GenerateKey) ProtoMessage ¶
func (*GenerateKey) ProtoMessage()
func (*GenerateKey) ProtoReflect ¶
func (x *GenerateKey) ProtoReflect() protoreflect.Message
func (*GenerateKey) Reset ¶
func (x *GenerateKey) Reset()
func (*GenerateKey) String ¶
func (x *GenerateKey) String() string
type Login ¶
type Login struct { // github/google/email Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*Login) Descriptor
deprecated
func (*Login) ProtoMessage ¶
func (*Login) ProtoMessage()
func (*Login) ProtoReflect ¶
func (x *Login) ProtoReflect() protoreflect.Message
type Logout ¶
type Logout struct {
// contains filtered or unexported fields
}
func (*Logout) Descriptor
deprecated
func (*Logout) ProtoMessage ¶
func (*Logout) ProtoMessage()
func (*Logout) ProtoReflect ¶
func (x *Logout) ProtoReflect() protoreflect.Message
type PasswordReset ¶
type PasswordReset struct {
// contains filtered or unexported fields
}
func (*PasswordReset) Descriptor
deprecated
func (*PasswordReset) Descriptor() ([]byte, []int)
Deprecated: Use PasswordReset.ProtoReflect.Descriptor instead.
func (*PasswordReset) ProtoMessage ¶
func (*PasswordReset) ProtoMessage()
func (*PasswordReset) ProtoReflect ¶
func (x *PasswordReset) ProtoReflect() protoreflect.Message
func (*PasswordReset) Reset ¶
func (x *PasswordReset) Reset()
func (*PasswordReset) String ¶
func (x *PasswordReset) String() string
type Signup ¶
type Signup struct { // github/google/email Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"` // contains filtered or unexported fields }
func (*Signup) Descriptor
deprecated
func (*Signup) ProtoMessage ¶
func (*Signup) ProtoMessage()
func (*Signup) ProtoReflect ¶
func (x *Signup) ProtoReflect() protoreflect.Message
type SubscriptionChanged ¶
type SubscriptionChanged struct { Tier string `protobuf:"bytes,1,opt,name=tier,proto3" json:"tier,omitempty"` // contains filtered or unexported fields }
func (*SubscriptionChanged) Descriptor
deprecated
func (*SubscriptionChanged) Descriptor() ([]byte, []int)
Deprecated: Use SubscriptionChanged.ProtoReflect.Descriptor instead.
func (*SubscriptionChanged) GetTier ¶
func (x *SubscriptionChanged) GetTier() string
func (*SubscriptionChanged) ProtoMessage ¶
func (*SubscriptionChanged) ProtoMessage()
func (*SubscriptionChanged) ProtoReflect ¶
func (x *SubscriptionChanged) ProtoReflect() protoreflect.Message
func (*SubscriptionChanged) Reset ¶
func (x *SubscriptionChanged) Reset()
func (*SubscriptionChanged) String ¶
func (x *SubscriptionChanged) String() string
type TokenRefresh ¶
type TokenRefresh struct {
// contains filtered or unexported fields
}
func (*TokenRefresh) Descriptor
deprecated
func (*TokenRefresh) Descriptor() ([]byte, []int)
Deprecated: Use TokenRefresh.ProtoReflect.Descriptor instead.
func (*TokenRefresh) ProtoMessage ¶
func (*TokenRefresh) ProtoMessage()
func (*TokenRefresh) ProtoReflect ¶
func (x *TokenRefresh) ProtoReflect() protoreflect.Message
func (*TokenRefresh) Reset ¶
func (x *TokenRefresh) Reset()
func (*TokenRefresh) String ¶
func (x *TokenRefresh) String() string
type Unbanned ¶
type Unbanned struct {
// contains filtered or unexported fields
}
func (*Unbanned) Descriptor
deprecated
func (*Unbanned) ProtoMessage ¶
func (*Unbanned) ProtoMessage()
func (*Unbanned) ProtoReflect ¶
func (x *Unbanned) ProtoReflect() protoreflect.Message
type UnblockKey ¶
type UnblockKey struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UnblockKey) Descriptor
deprecated
func (*UnblockKey) Descriptor() ([]byte, []int)
Deprecated: Use UnblockKey.ProtoReflect.Descriptor instead.
func (*UnblockKey) GetId ¶
func (x *UnblockKey) GetId() string
func (*UnblockKey) ProtoMessage ¶
func (*UnblockKey) ProtoMessage()
func (*UnblockKey) ProtoReflect ¶
func (x *UnblockKey) ProtoReflect() protoreflect.Message
func (*UnblockKey) Reset ¶
func (x *UnblockKey) Reset()
func (*UnblockKey) String ¶
func (x *UnblockKey) String() string
type Updated ¶
type Updated struct {
// contains filtered or unexported fields
}
func (*Updated) Descriptor
deprecated
func (*Updated) ProtoMessage ¶
func (*Updated) ProtoMessage()
func (*Updated) ProtoReflect ¶
func (x *Updated) ProtoReflect() protoreflect.Message
type Verified ¶
type Verified struct {
// contains filtered or unexported fields
}
func (*Verified) Descriptor
deprecated
func (*Verified) ProtoMessage ¶
func (*Verified) ProtoMessage()
func (*Verified) ProtoReflect ¶
func (x *Verified) ProtoReflect() protoreflect.Message