Documentation ¶
Index ¶
- Variables
- type UserExtra
- func (*UserExtra) Descriptor() ([]byte, []int)deprecated
- func (x *UserExtra) GetBadgeList() []string
- func (x *UserExtra) GetColorList() []string
- func (x *UserExtra) GetEvents() []string
- func (x *UserExtra) GetID() string
- func (x *UserExtra) GetJoined() bool
- func (x *UserExtra) GetKSResetOOBToken() string
- func (x *UserExtra) GetKickstarter() bool
- func (x *UserExtra) GetKickstarterBacker() string
- func (x *UserExtra) GetKickstarterReward() string
- func (x *UserExtra) GetLanguage() string
- func (x *UserExtra) GetMasks() []string
- func (x *UserExtra) GetPreviewWhitelisted() bool
- func (x *UserExtra) GetReferrer() string
- func (x *UserExtra) GetResetOOBToken() string
- func (x *UserExtra) GetRole() string
- func (x *UserExtra) GetSubscribedToNews() bool
- func (x *UserExtra) GetUtmCampaign() string
- func (x *UserExtra) GetUtmContent() string
- func (x *UserExtra) GetUtmMedium() string
- func (x *UserExtra) GetUtmSource() string
- func (x *UserExtra) GetUtmTerm() string
- func (x *UserExtra) GetWhitelisted() bool
- func (*UserExtra) ProtoMessage()
- func (x *UserExtra) ProtoReflect() protoreflect.Message
- func (x *UserExtra) Reset()
- func (x *UserExtra) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UserExtra ¶
type UserExtra struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Kickstarter bool `protobuf:"varint,2,opt,name=Kickstarter,proto3" json:"Kickstarter,omitempty"` Whitelisted bool `protobuf:"varint,3,opt,name=Whitelisted,proto3" json:"Whitelisted,omitempty"` PreviewWhitelisted bool `protobuf:"varint,4,opt,name=PreviewWhitelisted,proto3" json:"PreviewWhitelisted,omitempty"` ResetOOBToken string `protobuf:"bytes,5,opt,name=ResetOOBToken,proto3" json:"ResetOOBToken,omitempty"` KSResetOOBToken string `protobuf:"bytes,6,opt,name=KSResetOOBToken,proto3" json:"KSResetOOBToken,omitempty"` Language string `protobuf:"bytes,7,opt,name=Language,proto3" json:"Language,omitempty"` Events []string `protobuf:"bytes,8,rep,name=Events,proto3" json:"Events,omitempty"` UtmSource string `protobuf:"bytes,9,opt,name=UtmSource,proto3" json:"UtmSource,omitempty"` UtmMedium string `protobuf:"bytes,10,opt,name=UtmMedium,proto3" json:"UtmMedium,omitempty"` UtmCampaign string `protobuf:"bytes,11,opt,name=UtmCampaign,proto3" json:"UtmCampaign,omitempty"` UtmContent string `protobuf:"bytes,12,opt,name=UtmContent,proto3" json:"UtmContent,omitempty"` UtmTerm string `protobuf:"bytes,13,opt,name=UtmTerm,proto3" json:"UtmTerm,omitempty"` Referrer string `protobuf:"bytes,14,opt,name=Referrer,proto3" json:"Referrer,omitempty"` Role string `protobuf:"bytes,15,opt,name=Role,proto3" json:"Role,omitempty"` Joined bool `protobuf:"varint,16,opt,name=Joined,proto3" json:"Joined,omitempty"` SubscribedToNews bool `protobuf:"varint,17,opt,name=SubscribedToNews,proto3" json:"SubscribedToNews,omitempty"` KickstarterBacker string `protobuf:"bytes,18,opt,name=KickstarterBacker,proto3" json:"KickstarterBacker,omitempty"` KickstarterReward string `protobuf:"bytes,19,opt,name=KickstarterReward,proto3" json:"KickstarterReward,omitempty"` Masks []string `protobuf:"bytes,20,rep,name=Masks,proto3" json:"Masks,omitempty"` BadgeList []string `protobuf:"bytes,21,rep,name=BadgeList,proto3" json:"BadgeList,omitempty"` ColorList []string `protobuf:"bytes,22,rep,name=ColorList,proto3" json:"ColorList,omitempty"` // contains filtered or unexported fields }
func (*UserExtra) Descriptor
deprecated
func (*UserExtra) GetBadgeList ¶
func (*UserExtra) GetColorList ¶
func (*UserExtra) GetKSResetOOBToken ¶
func (*UserExtra) GetKickstarter ¶
func (*UserExtra) GetKickstarterBacker ¶
func (*UserExtra) GetKickstarterReward ¶
func (*UserExtra) GetLanguage ¶
func (*UserExtra) GetPreviewWhitelisted ¶
func (*UserExtra) GetReferrer ¶
func (*UserExtra) GetResetOOBToken ¶
func (*UserExtra) GetSubscribedToNews ¶
func (*UserExtra) GetUtmCampaign ¶
func (*UserExtra) GetUtmContent ¶
func (*UserExtra) GetUtmMedium ¶
func (*UserExtra) GetUtmSource ¶
func (*UserExtra) GetUtmTerm ¶
func (*UserExtra) GetWhitelisted ¶
func (*UserExtra) ProtoMessage ¶
func (*UserExtra) ProtoMessage()
func (*UserExtra) ProtoReflect ¶
func (x *UserExtra) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.