customers

package
v0.0.0-...-fb1a1ec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Topic = "customers"

Variables

View Source
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.

View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Banned.ProtoReflect.Descriptor instead.

func (*Banned) ProtoMessage

func (*Banned) ProtoMessage()

func (*Banned) ProtoReflect

func (x *Banned) ProtoReflect() protoreflect.Message

func (*Banned) Reset

func (x *Banned) Reset()

func (*Banned) String

func (x *Banned) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use BlockKey.ProtoReflect.Descriptor instead.

func (*BlockKey) GetId

func (x *BlockKey) GetId() string

func (*BlockKey) ProtoMessage

func (*BlockKey) ProtoMessage()

func (*BlockKey) ProtoReflect

func (x *BlockKey) ProtoReflect() protoreflect.Message

func (*BlockKey) Reset

func (x *BlockKey) Reset()

func (*BlockKey) String

func (x *BlockKey) String() string

type Created

type Created struct {
	// contains filtered or unexported fields
}

func (*Created) Descriptor deprecated

func (*Created) Descriptor() ([]byte, []int)

Deprecated: Use Created.ProtoReflect.Descriptor instead.

func (*Created) ProtoMessage

func (*Created) ProtoMessage()

func (*Created) ProtoReflect

func (x *Created) ProtoReflect() protoreflect.Message

func (*Created) Reset

func (x *Created) Reset()

func (*Created) String

func (x *Created) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Customer.ProtoReflect.Descriptor instead.

func (*Customer) GetCreated

func (x *Customer) GetCreated() int64

func (*Customer) GetEmail

func (x *Customer) GetEmail() string

func (*Customer) GetId

func (x *Customer) GetId() string

func (*Customer) GetMeta

func (x *Customer) GetMeta() map[string]string

func (*Customer) GetName

func (x *Customer) GetName() string

func (*Customer) GetStatus

func (x *Customer) GetStatus() string

func (*Customer) GetUpdated

func (x *Customer) GetUpdated() int64

func (*Customer) ProtoMessage

func (*Customer) ProtoMessage()

func (*Customer) ProtoReflect

func (x *Customer) ProtoReflect() protoreflect.Message

func (*Customer) Reset

func (x *Customer) Reset()

func (*Customer) String

func (x *Customer) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use DeleteKey.ProtoReflect.Descriptor instead.

func (*DeleteKey) GetId

func (x *DeleteKey) GetId() string

func (*DeleteKey) ProtoMessage

func (*DeleteKey) ProtoMessage()

func (*DeleteKey) ProtoReflect

func (x *DeleteKey) ProtoReflect() protoreflect.Message

func (*DeleteKey) Reset

func (x *DeleteKey) Reset()

func (*DeleteKey) String

func (x *DeleteKey) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Deleted.ProtoReflect.Descriptor instead.

func (*Deleted) ProtoMessage

func (*Deleted) ProtoMessage()

func (*Deleted) ProtoReflect

func (x *Deleted) ProtoReflect() protoreflect.Message

func (*Deleted) Reset

func (x *Deleted) Reset()

func (*Deleted) String

func (x *Deleted) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

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) GetBanned

func (x *Event) GetBanned() *Banned

func (*Event) GetBlockKey

func (x *Event) GetBlockKey() *BlockKey

func (*Event) GetCallerId

func (x *Event) GetCallerId() string

func (*Event) GetCreated

func (x *Event) GetCreated() *Created

func (*Event) GetCustomer

func (x *Event) GetCustomer() *Customer

func (*Event) GetDeleteKey

func (x *Event) GetDeleteKey() *DeleteKey

func (*Event) GetDeletePaymentMethod

func (x *Event) GetDeletePaymentMethod() *DeletePaymentMethod

func (*Event) GetDeleted

func (x *Event) GetDeleted() *Deleted

func (*Event) GetGenerateKey

func (x *Event) GetGenerateKey() *GenerateKey

func (*Event) GetLogin

func (x *Event) GetLogin() *Login

func (*Event) GetLogout

func (x *Event) GetLogout() *Logout

func (*Event) GetPasswordReset

func (x *Event) GetPasswordReset() *PasswordReset

func (*Event) GetProjectId

func (x *Event) GetProjectId() string

func (*Event) GetSignup

func (x *Event) GetSignup() *Signup

func (*Event) GetSubscriptionChanged

func (x *Event) GetSubscriptionChanged() *SubscriptionChanged

func (*Event) GetTokenRefresh

func (x *Event) GetTokenRefresh() *TokenRefresh

func (*Event) GetType

func (x *Event) GetType() EventType

func (*Event) GetUnbanned

func (x *Event) GetUnbanned() *Unbanned

func (*Event) GetUnblockKey

func (x *Event) GetUnblockKey() *UnblockKey

func (*Event) GetUpdated

func (x *Event) GetUpdated() *Updated

func (*Event) GetVerified

func (x *Event) GetVerified() *Verified

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

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) Enum

func (x EventType) Enum() *EventType

func (EventType) EnumDescriptor deprecated

func (EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use EventType.Descriptor instead.

func (EventType) Number

func (x EventType) Number() protoreflect.EnumNumber

func (EventType) String

func (x EventType) String() string

func (EventType) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use Login.ProtoReflect.Descriptor instead.

func (*Login) GetMethod

func (x *Login) GetMethod() string

func (*Login) ProtoMessage

func (*Login) ProtoMessage()

func (*Login) ProtoReflect

func (x *Login) ProtoReflect() protoreflect.Message

func (*Login) Reset

func (x *Login) Reset()

func (*Login) String

func (x *Login) String() string

type Logout

type Logout struct {
	// contains filtered or unexported fields
}

func (*Logout) Descriptor deprecated

func (*Logout) Descriptor() ([]byte, []int)

Deprecated: Use Logout.ProtoReflect.Descriptor instead.

func (*Logout) ProtoMessage

func (*Logout) ProtoMessage()

func (*Logout) ProtoReflect

func (x *Logout) ProtoReflect() protoreflect.Message

func (*Logout) Reset

func (x *Logout) Reset()

func (*Logout) String

func (x *Logout) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Signup.ProtoReflect.Descriptor instead.

func (*Signup) GetMethod

func (x *Signup) GetMethod() string

func (*Signup) ProtoMessage

func (*Signup) ProtoMessage()

func (*Signup) ProtoReflect

func (x *Signup) ProtoReflect() protoreflect.Message

func (*Signup) Reset

func (x *Signup) Reset()

func (*Signup) String

func (x *Signup) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Unbanned.ProtoReflect.Descriptor instead.

func (*Unbanned) ProtoMessage

func (*Unbanned) ProtoMessage()

func (*Unbanned) ProtoReflect

func (x *Unbanned) ProtoReflect() protoreflect.Message

func (*Unbanned) Reset

func (x *Unbanned) Reset()

func (*Unbanned) String

func (x *Unbanned) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Updated.ProtoReflect.Descriptor instead.

func (*Updated) ProtoMessage

func (*Updated) ProtoMessage()

func (*Updated) ProtoReflect

func (x *Updated) ProtoReflect() protoreflect.Message

func (*Updated) Reset

func (x *Updated) Reset()

func (*Updated) String

func (x *Updated) String() string

type Verified

type Verified struct {
	// contains filtered or unexported fields
}

func (*Verified) Descriptor deprecated

func (*Verified) Descriptor() ([]byte, []int)

Deprecated: Use Verified.ProtoReflect.Descriptor instead.

func (*Verified) ProtoMessage

func (*Verified) ProtoMessage()

func (*Verified) ProtoReflect

func (x *Verified) ProtoReflect() protoreflect.Message

func (*Verified) Reset

func (x *Verified) Reset()

func (*Verified) String

func (x *Verified) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL