common

package
v0.0.0-...-7ee3c9b Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	City                 string   `protobuf:"bytes,1,opt,name=City,proto3" json:"City,omitempty"`
	State                string   `protobuf:"bytes,2,opt,name=State,proto3" json:"State,omitempty"`
	Country              string   `protobuf:"bytes,3,opt,name=Country,proto3" json:"Country,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Address) Descriptor

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

func (*Address) GetCity

func (m *Address) GetCity() string

func (*Address) GetCountry

func (m *Address) GetCountry() string

func (*Address) GetState

func (m *Address) GetState() string

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) Reset

func (m *Address) Reset()

func (*Address) String

func (m *Address) String() string

func (*Address) XXX_DiscardUnknown

func (m *Address) XXX_DiscardUnknown()

func (*Address) XXX_Marshal

func (m *Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Address) XXX_Merge

func (m *Address) XXX_Merge(src proto.Message)

func (*Address) XXX_Size

func (m *Address) XXX_Size() int

func (*Address) XXX_Unmarshal

func (m *Address) XXX_Unmarshal(b []byte) error

type Card

type Card struct {
	CardNumber           string   `protobuf:"bytes,1,opt,name=CardNumber,proto3" json:"CardNumber,omitempty"`
	SecurityCode         string   `protobuf:"bytes,2,opt,name=SecurityCode,proto3" json:"SecurityCode,omitempty"`
	CardZipCode          string   `protobuf:"bytes,3,opt,name=CardZipCode,proto3" json:"CardZipCode,omitempty"`
	FullName             string   `protobuf:"bytes,4,opt,name=FullName,proto3" json:"FullName,omitempty"`
	Address              string   `protobuf:"bytes,5,opt,name=Address,proto3" json:"Address,omitempty"`
	City                 string   `protobuf:"bytes,6,opt,name=City,proto3" json:"City,omitempty"`
	State                string   `protobuf:"bytes,7,opt,name=State,proto3" json:"State,omitempty"`
	ZipCode              string   `protobuf:"bytes,8,opt,name=ZipCode,proto3" json:"ZipCode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card) Descriptor

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

func (*Card) GetAddress

func (m *Card) GetAddress() string

func (*Card) GetCardNumber

func (m *Card) GetCardNumber() string

func (*Card) GetCardZipCode

func (m *Card) GetCardZipCode() string

func (*Card) GetCity

func (m *Card) GetCity() string

func (*Card) GetFullName

func (m *Card) GetFullName() string

func (*Card) GetSecurityCode

func (m *Card) GetSecurityCode() string

func (*Card) GetState

func (m *Card) GetState() string

func (*Card) GetZipCode

func (m *Card) GetZipCode() string

func (*Card) ProtoMessage

func (*Card) ProtoMessage()

func (*Card) Reset

func (m *Card) Reset()

func (*Card) String

func (m *Card) String() string

func (*Card) XXX_DiscardUnknown

func (m *Card) XXX_DiscardUnknown()

func (*Card) XXX_Marshal

func (m *Card) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Card) XXX_Merge

func (m *Card) XXX_Merge(src proto.Message)

func (*Card) XXX_Size

func (m *Card) XXX_Size() int

func (*Card) XXX_Unmarshal

func (m *Card) XXX_Unmarshal(b []byte) error

type Contact

type Contact struct {
	Email                string   `protobuf:"bytes,1,opt,name=Email,proto3" json:"Email,omitempty"`
	PhoneNumber          string   `protobuf:"bytes,2,opt,name=PhoneNumber,proto3" json:"PhoneNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Contact) Descriptor

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

func (*Contact) GetEmail

func (m *Contact) GetEmail() string

func (*Contact) GetPhoneNumber

func (m *Contact) GetPhoneNumber() string

func (*Contact) ProtoMessage

func (*Contact) ProtoMessage()

func (*Contact) Reset

func (m *Contact) Reset()

func (*Contact) String

func (m *Contact) String() string

func (*Contact) XXX_DiscardUnknown

func (m *Contact) XXX_DiscardUnknown()

func (*Contact) XXX_Marshal

func (m *Contact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Contact) XXX_Merge

func (m *Contact) XXX_Merge(src proto.Message)

func (*Contact) XXX_Size

func (m *Contact) XXX_Size() int

func (*Contact) XXX_Unmarshal

func (m *Contact) XXX_Unmarshal(b []byte) error

type Details

type Details struct {
	IPOStatus            string   `protobuf:"bytes,1,opt,name=IPOStatus,proto3" json:"IPOStatus,omitempty"`
	CompanyType          string   `protobuf:"bytes,2,opt,name=CompanyType,proto3" json:"CompanyType,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Details) Descriptor

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

func (*Details) GetCompanyType

func (m *Details) GetCompanyType() string

func (*Details) GetIPOStatus

func (m *Details) GetIPOStatus() string

func (*Details) ProtoMessage

func (*Details) ProtoMessage()

func (*Details) Reset

func (m *Details) Reset()

func (*Details) String

func (m *Details) String() string

func (*Details) XXX_DiscardUnknown

func (m *Details) XXX_DiscardUnknown()

func (*Details) XXX_Marshal

func (m *Details) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Details) XXX_Merge

func (m *Details) XXX_Merge(src proto.Message)

func (*Details) XXX_Size

func (m *Details) XXX_Size() int

func (*Details) XXX_Unmarshal

func (m *Details) XXX_Unmarshal(b []byte) error

type DirectMessagesPushNotificationSettings

type DirectMessagesPushNotificationSettings struct {
	MessageRequests      *PushNotificationSetting `protobuf:"bytes,1,opt,name=MessageRequests,proto3" json:"MessageRequests,omitempty"`
	Message              *PushNotificationSetting `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
	GroupRequests        *PushNotificationSetting `protobuf:"bytes,3,opt,name=GroupRequests,proto3" json:"GroupRequests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*DirectMessagesPushNotificationSettings) Descriptor

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

func (*DirectMessagesPushNotificationSettings) GetGroupRequests

func (*DirectMessagesPushNotificationSettings) GetMessage

func (*DirectMessagesPushNotificationSettings) GetMessageRequests

func (*DirectMessagesPushNotificationSettings) ProtoMessage

func (*DirectMessagesPushNotificationSettings) Reset

func (*DirectMessagesPushNotificationSettings) String

func (*DirectMessagesPushNotificationSettings) XXX_DiscardUnknown

func (m *DirectMessagesPushNotificationSettings) XXX_DiscardUnknown()

func (*DirectMessagesPushNotificationSettings) XXX_Marshal

func (m *DirectMessagesPushNotificationSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DirectMessagesPushNotificationSettings) XXX_Merge

func (*DirectMessagesPushNotificationSettings) XXX_Size

func (*DirectMessagesPushNotificationSettings) XXX_Unmarshal

func (m *DirectMessagesPushNotificationSettings) XXX_Unmarshal(b []byte) error

type Education

type Education struct {
	MostRecentInstitutionName string   `protobuf:"bytes,1,opt,name=MostRecentInstitutionName,proto3" json:"MostRecentInstitutionName,omitempty"`
	HighestDegreeEarned       string   `protobuf:"bytes,2,opt,name=HighestDegreeEarned,proto3" json:"HighestDegreeEarned,omitempty"`
	Graduated                 bool     `protobuf:"varint,3,opt,name=Graduated,proto3" json:"Graduated,omitempty"`
	Major                     string   `protobuf:"bytes,4,opt,name=Major,proto3" json:"Major,omitempty"`
	Minor                     string   `protobuf:"bytes,5,opt,name=Minor,proto3" json:"Minor,omitempty"`
	YearsOfAttendance         string   `protobuf:"bytes,6,opt,name=YearsOfAttendance,proto3" json:"YearsOfAttendance,omitempty"`
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*Education) Descriptor

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

func (*Education) GetGraduated

func (m *Education) GetGraduated() bool

func (*Education) GetHighestDegreeEarned

func (m *Education) GetHighestDegreeEarned() string

func (*Education) GetMajor

func (m *Education) GetMajor() string

func (*Education) GetMinor

func (m *Education) GetMinor() string

func (*Education) GetMostRecentInstitutionName

func (m *Education) GetMostRecentInstitutionName() string

func (*Education) GetYearsOfAttendance

func (m *Education) GetYearsOfAttendance() string

func (*Education) ProtoMessage

func (*Education) ProtoMessage()

func (*Education) Reset

func (m *Education) Reset()

func (*Education) String

func (m *Education) String() string

func (*Education) XXX_DiscardUnknown

func (m *Education) XXX_DiscardUnknown()

func (*Education) XXX_Marshal

func (m *Education) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Education) XXX_Merge

func (m *Education) XXX_Merge(src proto.Message)

func (*Education) XXX_Size

func (m *Education) XXX_Size() int

func (*Education) XXX_Unmarshal

func (m *Education) XXX_Unmarshal(b []byte) error

type EmailAndSmsPushNotificationSettings

type EmailAndSmsPushNotificationSettings struct {
	FeedbackEmail        *PushNotificationSetting `protobuf:"bytes,1,opt,name=FeedbackEmail,proto3" json:"FeedbackEmail,omitempty"`
	ReminderEmails       *PushNotificationSetting `protobuf:"bytes,2,opt,name=ReminderEmails,proto3" json:"ReminderEmails,omitempty"`
	ProductEmails        *PushNotificationSetting `protobuf:"bytes,3,opt,name=ProductEmails,proto3" json:"ProductEmails,omitempty"`
	NewsEmails           *PushNotificationSetting `protobuf:"bytes,4,opt,name=NewsEmails,proto3" json:"NewsEmails,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*EmailAndSmsPushNotificationSettings) Descriptor

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

func (*EmailAndSmsPushNotificationSettings) GetFeedbackEmail

func (*EmailAndSmsPushNotificationSettings) GetNewsEmails

func (*EmailAndSmsPushNotificationSettings) GetProductEmails

func (*EmailAndSmsPushNotificationSettings) GetReminderEmails

func (*EmailAndSmsPushNotificationSettings) ProtoMessage

func (*EmailAndSmsPushNotificationSettings) ProtoMessage()

func (*EmailAndSmsPushNotificationSettings) Reset

func (*EmailAndSmsPushNotificationSettings) String

func (*EmailAndSmsPushNotificationSettings) XXX_DiscardUnknown

func (m *EmailAndSmsPushNotificationSettings) XXX_DiscardUnknown()

func (*EmailAndSmsPushNotificationSettings) XXX_Marshal

func (m *EmailAndSmsPushNotificationSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EmailAndSmsPushNotificationSettings) XXX_Merge

func (*EmailAndSmsPushNotificationSettings) XXX_Size

func (*EmailAndSmsPushNotificationSettings) XXX_Unmarshal

func (m *EmailAndSmsPushNotificationSettings) XXX_Unmarshal(b []byte) error

type Experience

type Experience struct {
	CompanyName          string   `protobuf:"bytes,1,opt,name=CompanyName,proto3" json:"CompanyName,omitempty"`
	StartDate            string   `protobuf:"bytes,2,opt,name=StartDate,proto3" json:"StartDate,omitempty"`
	EndDate              string   `protobuf:"bytes,3,opt,name=EndDate,proto3" json:"EndDate,omitempty"`
	Title                string   `protobuf:"bytes,4,opt,name=Title,proto3" json:"Title,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Experience) Descriptor

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

func (*Experience) GetCompanyName

func (m *Experience) GetCompanyName() string

func (*Experience) GetEndDate

func (m *Experience) GetEndDate() string

func (*Experience) GetStartDate

func (m *Experience) GetStartDate() string

func (*Experience) GetTitle

func (m *Experience) GetTitle() string

func (*Experience) ProtoMessage

func (*Experience) ProtoMessage()

func (*Experience) Reset

func (m *Experience) Reset()

func (*Experience) String

func (m *Experience) String() string

func (*Experience) XXX_DiscardUnknown

func (m *Experience) XXX_DiscardUnknown()

func (*Experience) XXX_Marshal

func (m *Experience) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Experience) XXX_Merge

func (m *Experience) XXX_Merge(src proto.Message)

func (*Experience) XXX_Size

func (m *Experience) XXX_Size() int

func (*Experience) XXX_Unmarshal

func (m *Experience) XXX_Unmarshal(b []byte) error

type FollowingAndFollowersPushNotificationSettings

type FollowingAndFollowersPushNotificationSettings struct {
	FollowerRequests         *PushNotificationSetting       `protobuf:"bytes,1,opt,name=FollowerRequests,proto3" json:"FollowerRequests,omitempty"`
	AcceptedFollowerRequests *PushNotificationSetting       `protobuf:"bytes,2,opt,name=AcceptedFollowerRequests,proto3" json:"AcceptedFollowerRequests,omitempty"`
	MentionsInBio            *TieredPushNotificationSetting `protobuf:"bytes,3,opt,name=MentionsInBio,proto3" json:"MentionsInBio,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                       `json:"-"`
	XXX_unrecognized         []byte                         `json:"-"`
	XXX_sizecache            int32                          `json:"-"`
}

func (*FollowingAndFollowersPushNotificationSettings) Descriptor

func (*FollowingAndFollowersPushNotificationSettings) GetAcceptedFollowerRequests

func (*FollowingAndFollowersPushNotificationSettings) GetFollowerRequests

func (*FollowingAndFollowersPushNotificationSettings) GetMentionsInBio

func (*FollowingAndFollowersPushNotificationSettings) ProtoMessage

func (*FollowingAndFollowersPushNotificationSettings) Reset

func (*FollowingAndFollowersPushNotificationSettings) String

func (*FollowingAndFollowersPushNotificationSettings) XXX_DiscardUnknown

func (m *FollowingAndFollowersPushNotificationSettings) XXX_DiscardUnknown()

func (*FollowingAndFollowersPushNotificationSettings) XXX_Marshal

func (m *FollowingAndFollowersPushNotificationSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FollowingAndFollowersPushNotificationSettings) XXX_Merge

func (*FollowingAndFollowersPushNotificationSettings) XXX_Size

func (*FollowingAndFollowersPushNotificationSettings) XXX_Unmarshal

type Funding

type Funding struct {
	TotalFunding         int32         `protobuf:"varint,1,opt,name=TotalFunding,proto3" json:"TotalFunding,omitempty"`
	LatestRound          string        `protobuf:"bytes,2,opt,name=LatestRound,proto3" json:"LatestRound,omitempty"`
	LatestRoundDate      string        `protobuf:"bytes,3,opt,name=LatestRoundDate,proto3" json:"LatestRoundDate,omitempty"`
	LatestRoundFunding   int32         `protobuf:"varint,4,opt,name=LatestRoundFunding,proto3" json:"LatestRoundFunding,omitempty"`
	Investors            []*TeamMember `protobuf:"bytes,5,rep,name=Investors,proto3" json:"Investors,omitempty"`
	InvestorType         string        `protobuf:"bytes,6,opt,name=InvestorType,proto3" json:"InvestorType,omitempty"`
	InvestmentStage      string        `protobuf:"bytes,7,opt,name=InvestmentStage,proto3" json:"InvestmentStage,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Funding) Descriptor

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

func (*Funding) GetInvestmentStage

func (m *Funding) GetInvestmentStage() string

func (*Funding) GetInvestorType

func (m *Funding) GetInvestorType() string

func (*Funding) GetInvestors

func (m *Funding) GetInvestors() []*TeamMember

func (*Funding) GetLatestRound

func (m *Funding) GetLatestRound() string

func (*Funding) GetLatestRoundDate

func (m *Funding) GetLatestRoundDate() string

func (*Funding) GetLatestRoundFunding

func (m *Funding) GetLatestRoundFunding() int32

func (*Funding) GetTotalFunding

func (m *Funding) GetTotalFunding() int32

func (*Funding) ProtoMessage

func (*Funding) ProtoMessage()

func (*Funding) Reset

func (m *Funding) Reset()

func (*Funding) String

func (m *Funding) String() string

func (*Funding) XXX_DiscardUnknown

func (m *Funding) XXX_DiscardUnknown()

func (*Funding) XXX_Marshal

func (m *Funding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Funding) XXX_Merge

func (m *Funding) XXX_Merge(src proto.Message)

func (*Funding) XXX_Size

func (m *Funding) XXX_Size() int

func (*Funding) XXX_Unmarshal

func (m *Funding) XXX_Unmarshal(b []byte) error

type Industry

type Industry struct {
	IndustryName         string   `protobuf:"bytes,1,opt,name=IndustryName,proto3" json:"IndustryName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Industry) Descriptor

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

func (*Industry) GetIndustryName

func (m *Industry) GetIndustryName() string

func (*Industry) ProtoMessage

func (*Industry) ProtoMessage()

func (*Industry) Reset

func (m *Industry) Reset()

func (*Industry) String

func (m *Industry) String() string

func (*Industry) XXX_DiscardUnknown

func (m *Industry) XXX_DiscardUnknown()

func (*Industry) XXX_Marshal

func (m *Industry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Industry) XXX_Merge

func (m *Industry) XXX_Merge(src proto.Message)

func (*Industry) XXX_Size

func (m *Industry) XXX_Size() int

func (*Industry) XXX_Unmarshal

func (m *Industry) XXX_Unmarshal(b []byte) error

type Interests

type Interests struct {
	Industry             []*Industry `protobuf:"bytes,1,rep,name=Industry,proto3" json:"Industry,omitempty"`
	Topic                []*Topic    `protobuf:"bytes,2,rep,name=Topic,proto3" json:"Topic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Interests) Descriptor

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

func (*Interests) GetIndustry

func (m *Interests) GetIndustry() []*Industry

func (*Interests) GetTopic

func (m *Interests) GetTopic() []*Topic

func (*Interests) ProtoMessage

func (*Interests) ProtoMessage()

func (*Interests) Reset

func (m *Interests) Reset()

func (*Interests) String

func (m *Interests) String() string

func (*Interests) XXX_DiscardUnknown

func (m *Interests) XXX_DiscardUnknown()

func (*Interests) XXX_Marshal

func (m *Interests) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Interests) XXX_Merge

func (m *Interests) XXX_Merge(src proto.Message)

func (*Interests) XXX_Size

func (m *Interests) XXX_Size() int

func (*Interests) XXX_Unmarshal

func (m *Interests) XXX_Unmarshal(b []byte) error

type Investment

type Investment struct {
	CompanyName          string   `protobuf:"bytes,1,opt,name=CompanyName,proto3" json:"CompanyName,omitempty"`
	Industry             string   `protobuf:"bytes,2,opt,name=Industry,proto3" json:"Industry,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Investment) Descriptor

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

func (*Investment) GetCompanyName

func (m *Investment) GetCompanyName() string

func (*Investment) GetIndustry

func (m *Investment) GetIndustry() string

func (*Investment) ProtoMessage

func (*Investment) ProtoMessage()

func (*Investment) Reset

func (m *Investment) Reset()

func (*Investment) String

func (m *Investment) String() string

func (*Investment) XXX_DiscardUnknown

func (m *Investment) XXX_DiscardUnknown()

func (*Investment) XXX_Marshal

func (m *Investment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Investment) XXX_Merge

func (m *Investment) XXX_Merge(src proto.Message)

func (*Investment) XXX_Size

func (m *Investment) XXX_Size() int

func (*Investment) XXX_Unmarshal

func (m *Investment) XXX_Unmarshal(b []byte) error

type InvestorDetails

type InvestorDetails struct {
	TeamID               uint32               `protobuf:"varint,1,opt,name=TeamID,proto3" json:"TeamID,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"`
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"`
	InvestorType         string               `protobuf:"bytes,4,opt,name=InvestorType,proto3" json:"InvestorType,omitempty"`
	InvestmentStage      string               `protobuf:"bytes,5,opt,name=InvestmentStage,proto3" json:"InvestmentStage,omitempty"`
	NumberOfExits        int32                `protobuf:"varint,6,opt,name=NumberOfExits,proto3" json:"NumberOfExits,omitempty"`
	NumberOfinvestments  int32                `protobuf:"varint,7,opt,name=NumberOfinvestments,proto3" json:"NumberOfinvestments,omitempty"`
	NumberOfFunds        int32                `protobuf:"varint,8,opt,name=NumberOfFunds,proto3" json:"NumberOfFunds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*InvestorDetails) Descriptor

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

func (*InvestorDetails) GetCreatedAt

func (m *InvestorDetails) GetCreatedAt() *timestamp.Timestamp

func (*InvestorDetails) GetInvestmentStage

func (m *InvestorDetails) GetInvestmentStage() string

func (*InvestorDetails) GetInvestorType

func (m *InvestorDetails) GetInvestorType() string

func (*InvestorDetails) GetNumberOfExits

func (m *InvestorDetails) GetNumberOfExits() int32

func (*InvestorDetails) GetNumberOfFunds

func (m *InvestorDetails) GetNumberOfFunds() int32

func (*InvestorDetails) GetNumberOfinvestments

func (m *InvestorDetails) GetNumberOfinvestments() int32

func (*InvestorDetails) GetTeamID

func (m *InvestorDetails) GetTeamID() uint32

func (*InvestorDetails) GetUpdatedAt

func (m *InvestorDetails) GetUpdatedAt() *timestamp.Timestamp

func (*InvestorDetails) ProtoMessage

func (*InvestorDetails) ProtoMessage()

func (*InvestorDetails) Reset

func (m *InvestorDetails) Reset()

func (*InvestorDetails) String

func (m *InvestorDetails) String() string

func (*InvestorDetails) XXX_DiscardUnknown

func (m *InvestorDetails) XXX_DiscardUnknown()

func (*InvestorDetails) XXX_Marshal

func (m *InvestorDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvestorDetails) XXX_Merge

func (m *InvestorDetails) XXX_Merge(src proto.Message)

func (*InvestorDetails) XXX_Size

func (m *InvestorDetails) XXX_Size() int

func (*InvestorDetails) XXX_Unmarshal

func (m *InvestorDetails) XXX_Unmarshal(b []byte) error

type Notification

type Notification struct {
	PauseAll              bool                                           `protobuf:"varint,1,opt,name=PauseAll,proto3" json:"PauseAll,omitempty"`
	PostsAndComments      *PostAndCommentsPushNotificationSettings       `protobuf:"bytes,2,opt,name=PostsAndComments,proto3" json:"PostsAndComments,omitempty"`
	FollowingAndFollowers *FollowingAndFollowersPushNotificationSettings `protobuf:"bytes,3,opt,name=FollowingAndFollowers,proto3" json:"FollowingAndFollowers,omitempty"`
	DirectMessages        *DirectMessagesPushNotificationSettings        `protobuf:"bytes,4,opt,name=DirectMessages,proto3" json:"DirectMessages,omitempty"`
	EmailAndSms           *EmailAndSmsPushNotificationSettings           `protobuf:"bytes,5,opt,name=EmailAndSms,proto3" json:"EmailAndSms,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                                       `json:"-"`
	XXX_unrecognized      []byte                                         `json:"-"`
	XXX_sizecache         int32                                          `json:"-"`
}

func (*Notification) Descriptor

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

func (*Notification) GetDirectMessages

func (m *Notification) GetDirectMessages() *DirectMessagesPushNotificationSettings

func (*Notification) GetEmailAndSms

func (*Notification) GetFollowingAndFollowers

func (m *Notification) GetFollowingAndFollowers() *FollowingAndFollowersPushNotificationSettings

func (*Notification) GetPauseAll

func (m *Notification) GetPauseAll() bool

func (*Notification) GetPostsAndComments

func (m *Notification) GetPostsAndComments() *PostAndCommentsPushNotificationSettings

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) Reset

func (m *Notification) Reset()

func (*Notification) String

func (m *Notification) String() string

func (*Notification) XXX_DiscardUnknown

func (m *Notification) XXX_DiscardUnknown()

func (*Notification) XXX_Marshal

func (m *Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Notification) XXX_Merge

func (m *Notification) XXX_Merge(src proto.Message)

func (*Notification) XXX_Size

func (m *Notification) XXX_Size() int

func (*Notification) XXX_Unmarshal

func (m *Notification) XXX_Unmarshal(b []byte) error

type Payments

type Payments struct {
	Debit                *Card    `protobuf:"bytes,1,opt,name=Debit,proto3" json:"Debit,omitempty"`
	Credit               *Card    `protobuf:"bytes,2,opt,name=Credit,proto3" json:"Credit,omitempty"`
	SecurityPin          *Pin     `protobuf:"bytes,3,opt,name=SecurityPin,proto3" json:"SecurityPin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Payments) Descriptor

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

func (*Payments) GetCredit

func (m *Payments) GetCredit() *Card

func (*Payments) GetDebit

func (m *Payments) GetDebit() *Card

func (*Payments) GetSecurityPin

func (m *Payments) GetSecurityPin() *Pin

func (*Payments) ProtoMessage

func (*Payments) ProtoMessage()

func (*Payments) Reset

func (m *Payments) Reset()

func (*Payments) String

func (m *Payments) String() string

func (*Payments) XXX_DiscardUnknown

func (m *Payments) XXX_DiscardUnknown()

func (*Payments) XXX_Marshal

func (m *Payments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Payments) XXX_Merge

func (m *Payments) XXX_Merge(src proto.Message)

func (*Payments) XXX_Size

func (m *Payments) XXX_Size() int

func (*Payments) XXX_Unmarshal

func (m *Payments) XXX_Unmarshal(b []byte) error

type Pin

type Pin struct {
	PinEnabled           bool     `protobuf:"varint,1,opt,name=PinEnabled,proto3" json:"PinEnabled,omitempty"`
	Pin                  string   `protobuf:"bytes,2,opt,name=Pin,proto3" json:"Pin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pin) Descriptor

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

func (*Pin) GetPin

func (m *Pin) GetPin() string

func (*Pin) GetPinEnabled

func (m *Pin) GetPinEnabled() bool

func (*Pin) ProtoMessage

func (*Pin) ProtoMessage()

func (*Pin) Reset

func (m *Pin) Reset()

func (*Pin) String

func (m *Pin) String() string

func (*Pin) XXX_DiscardUnknown

func (m *Pin) XXX_DiscardUnknown()

func (*Pin) XXX_Marshal

func (m *Pin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pin) XXX_Merge

func (m *Pin) XXX_Merge(src proto.Message)

func (*Pin) XXX_Size

func (m *Pin) XXX_Size() int

func (*Pin) XXX_Unmarshal

func (m *Pin) XXX_Unmarshal(b []byte) error

type PostAndCommentsPushNotificationSettings

type PostAndCommentsPushNotificationSettings struct {
	Likes                        *TieredPushNotificationSetting `protobuf:"bytes,1,opt,name=Likes,proto3" json:"Likes,omitempty"`
	LikesAndCommentsOnPostsOfYou *TieredPushNotificationSetting `protobuf:"bytes,2,opt,name=LikesAndCommentsOnPostsOfYou,proto3" json:"LikesAndCommentsOnPostsOfYou,omitempty"`
	PostsOfYou                   *TieredPushNotificationSetting `protobuf:"bytes,3,opt,name=PostsOfYou,proto3" json:"PostsOfYou,omitempty"`
	Comments                     *TieredPushNotificationSetting `protobuf:"bytes,4,opt,name=Comments,proto3" json:"Comments,omitempty"`
	CommentLikes                 *TieredPushNotificationSetting `protobuf:"bytes,5,opt,name=CommentLikes,proto3" json:"CommentLikes,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}                       `json:"-"`
	XXX_unrecognized             []byte                         `json:"-"`
	XXX_sizecache                int32                          `json:"-"`
}

func (*PostAndCommentsPushNotificationSettings) Descriptor

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

func (*PostAndCommentsPushNotificationSettings) GetCommentLikes

func (*PostAndCommentsPushNotificationSettings) GetComments

func (*PostAndCommentsPushNotificationSettings) GetLikes

func (*PostAndCommentsPushNotificationSettings) GetLikesAndCommentsOnPostsOfYou

func (m *PostAndCommentsPushNotificationSettings) GetLikesAndCommentsOnPostsOfYou() *TieredPushNotificationSetting

func (*PostAndCommentsPushNotificationSettings) GetPostsOfYou

func (*PostAndCommentsPushNotificationSettings) ProtoMessage

func (*PostAndCommentsPushNotificationSettings) Reset

func (*PostAndCommentsPushNotificationSettings) String

func (*PostAndCommentsPushNotificationSettings) XXX_DiscardUnknown

func (m *PostAndCommentsPushNotificationSettings) XXX_DiscardUnknown()

func (*PostAndCommentsPushNotificationSettings) XXX_Marshal

func (m *PostAndCommentsPushNotificationSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostAndCommentsPushNotificationSettings) XXX_Merge

func (*PostAndCommentsPushNotificationSettings) XXX_Size

func (*PostAndCommentsPushNotificationSettings) XXX_Unmarshal

func (m *PostAndCommentsPushNotificationSettings) XXX_Unmarshal(b []byte) error

type Privacy

type Privacy struct {
	ActivityStatus       bool     `protobuf:"varint,1,opt,name=ActivityStatus,proto3" json:"ActivityStatus,omitempty"`
	PrivateAccount       bool     `protobuf:"varint,2,opt,name=PrivateAccount,proto3" json:"PrivateAccount,omitempty"`
	BlockedAccountIds    []string `protobuf:"bytes,3,rep,name=BlockedAccountIds,proto3" json:"BlockedAccountIds,omitempty"`
	MutedAccountIds      []string `protobuf:"bytes,4,rep,name=MutedAccountIds,proto3" json:"MutedAccountIds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Privacy) Descriptor

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

func (*Privacy) GetActivityStatus

func (m *Privacy) GetActivityStatus() bool

func (*Privacy) GetBlockedAccountIds

func (m *Privacy) GetBlockedAccountIds() []string

func (*Privacy) GetMutedAccountIds

func (m *Privacy) GetMutedAccountIds() []string

func (*Privacy) GetPrivateAccount

func (m *Privacy) GetPrivateAccount() bool

func (*Privacy) ProtoMessage

func (*Privacy) ProtoMessage()

func (*Privacy) Reset

func (m *Privacy) Reset()

func (*Privacy) String

func (m *Privacy) String() string

func (*Privacy) XXX_DiscardUnknown

func (m *Privacy) XXX_DiscardUnknown()

func (*Privacy) XXX_Marshal

func (m *Privacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Privacy) XXX_Merge

func (m *Privacy) XXX_Merge(src proto.Message)

func (*Privacy) XXX_Size

func (m *Privacy) XXX_Size() int

func (*Privacy) XXX_Unmarshal

func (m *Privacy) XXX_Unmarshal(b []byte) error

type PushNotificationSetting

type PushNotificationSetting struct {
	Off                  bool     `protobuf:"varint,1,opt,name=Off,proto3" json:"Off,omitempty"`
	On                   bool     `protobuf:"varint,2,opt,name=On,proto3" json:"On,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushNotificationSetting) Descriptor

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

func (*PushNotificationSetting) GetOff

func (m *PushNotificationSetting) GetOff() bool

func (*PushNotificationSetting) GetOn

func (m *PushNotificationSetting) GetOn() bool

func (*PushNotificationSetting) ProtoMessage

func (*PushNotificationSetting) ProtoMessage()

func (*PushNotificationSetting) Reset

func (m *PushNotificationSetting) Reset()

func (*PushNotificationSetting) String

func (m *PushNotificationSetting) String() string

func (*PushNotificationSetting) XXX_DiscardUnknown

func (m *PushNotificationSetting) XXX_DiscardUnknown()

func (*PushNotificationSetting) XXX_Marshal

func (m *PushNotificationSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PushNotificationSetting) XXX_Merge

func (m *PushNotificationSetting) XXX_Merge(src proto.Message)

func (*PushNotificationSetting) XXX_Size

func (m *PushNotificationSetting) XXX_Size() int

func (*PushNotificationSetting) XXX_Unmarshal

func (m *PushNotificationSetting) XXX_Unmarshal(b []byte) error

type Settings

type Settings struct {
	Notifications        *Notification `protobuf:"bytes,1,opt,name=Notifications,proto3" json:"Notifications,omitempty"`
	Privacy              *Privacy      `protobuf:"bytes,2,opt,name=Privacy,proto3" json:"Privacy,omitempty"`
	Payment              *Payments     `protobuf:"bytes,3,opt,name=Payment,proto3" json:"Payment,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Settings) Descriptor

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

func (*Settings) GetNotifications

func (m *Settings) GetNotifications() *Notification

func (*Settings) GetPayment

func (m *Settings) GetPayment() *Payments

func (*Settings) GetPrivacy

func (m *Settings) GetPrivacy() *Privacy

func (*Settings) ProtoMessage

func (*Settings) ProtoMessage()

func (*Settings) Reset

func (m *Settings) Reset()

func (*Settings) String

func (m *Settings) String() string

func (*Settings) XXX_DiscardUnknown

func (m *Settings) XXX_DiscardUnknown()

func (*Settings) XXX_Marshal

func (m *Settings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Settings) XXX_Merge

func (m *Settings) XXX_Merge(src proto.Message)

func (*Settings) XXX_Size

func (m *Settings) XXX_Size() int

func (*Settings) XXX_Unmarshal

func (m *Settings) XXX_Unmarshal(b []byte) error

type Skill

type Skill struct {
	Type                 string   `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Skill) Descriptor

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

func (*Skill) GetName

func (m *Skill) GetName() string

func (*Skill) GetType

func (m *Skill) GetType() string

func (*Skill) ProtoMessage

func (*Skill) ProtoMessage()

func (*Skill) Reset

func (m *Skill) Reset()

func (*Skill) String

func (m *Skill) String() string

func (*Skill) XXX_DiscardUnknown

func (m *Skill) XXX_DiscardUnknown()

func (*Skill) XXX_Marshal

func (m *Skill) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Skill) XXX_Merge

func (m *Skill) XXX_Merge(src proto.Message)

func (*Skill) XXX_Size

func (m *Skill) XXX_Size() int

func (*Skill) XXX_Unmarshal

func (m *Skill) XXX_Unmarshal(b []byte) error

type SkillSet

type SkillSet struct {
	Skills               []*Skill `protobuf:"bytes,1,rep,name=Skills,proto3" json:"Skills,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SkillSet) Descriptor

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

func (*SkillSet) GetSkills

func (m *SkillSet) GetSkills() []*Skill

func (*SkillSet) ProtoMessage

func (*SkillSet) ProtoMessage()

func (*SkillSet) Reset

func (m *SkillSet) Reset()

func (*SkillSet) String

func (m *SkillSet) String() string

func (*SkillSet) XXX_DiscardUnknown

func (m *SkillSet) XXX_DiscardUnknown()

func (*SkillSet) XXX_Marshal

func (m *SkillSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SkillSet) XXX_Merge

func (m *SkillSet) XXX_Merge(src proto.Message)

func (*SkillSet) XXX_Size

func (m *SkillSet) XXX_Size() int

func (*SkillSet) XXX_Unmarshal

func (m *SkillSet) XXX_Unmarshal(b []byte) error

type SocialMedia

type SocialMedia struct {
	Website              string   `protobuf:"bytes,1,opt,name=Website,proto3" json:"Website,omitempty"`
	Facebook             string   `protobuf:"bytes,2,opt,name=Facebook,proto3" json:"Facebook,omitempty"`
	Twitter              string   `protobuf:"bytes,3,opt,name=Twitter,proto3" json:"Twitter,omitempty"`
	LinkedIn             string   `protobuf:"bytes,4,opt,name=LinkedIn,proto3" json:"LinkedIn,omitempty"`
	Instagram            string   `protobuf:"bytes,5,opt,name=Instagram,proto3" json:"Instagram,omitempty"`
	Youtube              string   `protobuf:"bytes,6,opt,name=Youtube,proto3" json:"Youtube,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SocialMedia) Descriptor

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

func (*SocialMedia) GetFacebook

func (m *SocialMedia) GetFacebook() string

func (*SocialMedia) GetInstagram

func (m *SocialMedia) GetInstagram() string

func (*SocialMedia) GetLinkedIn

func (m *SocialMedia) GetLinkedIn() string

func (*SocialMedia) GetTwitter

func (m *SocialMedia) GetTwitter() string

func (*SocialMedia) GetWebsite

func (m *SocialMedia) GetWebsite() string

func (*SocialMedia) GetYoutube

func (m *SocialMedia) GetYoutube() string

func (*SocialMedia) ProtoMessage

func (*SocialMedia) ProtoMessage()

func (*SocialMedia) Reset

func (m *SocialMedia) Reset()

func (*SocialMedia) String

func (m *SocialMedia) String() string

func (*SocialMedia) XXX_DiscardUnknown

func (m *SocialMedia) XXX_DiscardUnknown()

func (*SocialMedia) XXX_Marshal

func (m *SocialMedia) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SocialMedia) XXX_Merge

func (m *SocialMedia) XXX_Merge(src proto.Message)

func (*SocialMedia) XXX_Size

func (m *SocialMedia) XXX_Size() int

func (*SocialMedia) XXX_Unmarshal

func (m *SocialMedia) XXX_Unmarshal(b []byte) error

type StartupDetails

type StartupDetails struct {
	TeamID               uint32               `protobuf:"varint,1,opt,name=TeamID,proto3" json:"TeamID,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"`
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"`
	Funding              *Funding             `protobuf:"bytes,4,opt,name=Funding,proto3" json:"Funding,omitempty"`
	CompanyDetails       *Details             `protobuf:"bytes,5,opt,name=CompanyDetails,proto3" json:"CompanyDetails,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*StartupDetails) Descriptor

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

func (*StartupDetails) GetCompanyDetails

func (m *StartupDetails) GetCompanyDetails() *Details

func (*StartupDetails) GetCreatedAt

func (m *StartupDetails) GetCreatedAt() *timestamp.Timestamp

func (*StartupDetails) GetFunding

func (m *StartupDetails) GetFunding() *Funding

func (*StartupDetails) GetTeamID

func (m *StartupDetails) GetTeamID() uint32

func (*StartupDetails) GetUpdatedAt

func (m *StartupDetails) GetUpdatedAt() *timestamp.Timestamp

func (*StartupDetails) ProtoMessage

func (*StartupDetails) ProtoMessage()

func (*StartupDetails) Reset

func (m *StartupDetails) Reset()

func (*StartupDetails) String

func (m *StartupDetails) String() string

func (*StartupDetails) XXX_DiscardUnknown

func (m *StartupDetails) XXX_DiscardUnknown()

func (*StartupDetails) XXX_Marshal

func (m *StartupDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartupDetails) XXX_Merge

func (m *StartupDetails) XXX_Merge(src proto.Message)

func (*StartupDetails) XXX_Size

func (m *StartupDetails) XXX_Size() int

func (*StartupDetails) XXX_Unmarshal

func (m *StartupDetails) XXX_Unmarshal(b []byte) error

type Subscriptions

type Subscriptions struct {
	SubscriptionName     string   `protobuf:"bytes,1,opt,name=SubscriptionName,proto3" json:"SubscriptionName,omitempty"`
	Subscribe            bool     `protobuf:"varint,2,opt,name=Subscribe,proto3" json:"Subscribe,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Subscriptions) Descriptor

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

func (*Subscriptions) GetSubscribe

func (m *Subscriptions) GetSubscribe() bool

func (*Subscriptions) GetSubscriptionName

func (m *Subscriptions) GetSubscriptionName() string

func (*Subscriptions) ProtoMessage

func (*Subscriptions) ProtoMessage()

func (*Subscriptions) Reset

func (m *Subscriptions) Reset()

func (*Subscriptions) String

func (m *Subscriptions) String() string

func (*Subscriptions) XXX_DiscardUnknown

func (m *Subscriptions) XXX_DiscardUnknown()

func (*Subscriptions) XXX_Marshal

func (m *Subscriptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Subscriptions) XXX_Merge

func (m *Subscriptions) XXX_Merge(src proto.Message)

func (*Subscriptions) XXX_Size

func (m *Subscriptions) XXX_Size() int

func (*Subscriptions) XXX_Unmarshal

func (m *Subscriptions) XXX_Unmarshal(b []byte) error

type TeamMember

type TeamMember struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Title                string   `protobuf:"bytes,3,opt,name=Title,proto3" json:"Title,omitempty"`
	Tags                 []string `protobuf:"bytes,4,rep,name=Tags,proto3" json:"Tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeamMember) Descriptor

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

func (*TeamMember) GetId

func (m *TeamMember) GetId() uint32

func (*TeamMember) GetName

func (m *TeamMember) GetName() string

func (*TeamMember) GetTags

func (m *TeamMember) GetTags() []string

func (*TeamMember) GetTitle

func (m *TeamMember) GetTitle() string

func (*TeamMember) ProtoMessage

func (*TeamMember) ProtoMessage()

func (*TeamMember) Reset

func (m *TeamMember) Reset()

func (*TeamMember) String

func (m *TeamMember) String() string

func (*TeamMember) XXX_DiscardUnknown

func (m *TeamMember) XXX_DiscardUnknown()

func (*TeamMember) XXX_Marshal

func (m *TeamMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TeamMember) XXX_Merge

func (m *TeamMember) XXX_Merge(src proto.Message)

func (*TeamMember) XXX_Size

func (m *TeamMember) XXX_Size() int

func (*TeamMember) XXX_Unmarshal

func (m *TeamMember) XXX_Unmarshal(b []byte) error

type TieredPushNotificationSetting

type TieredPushNotificationSetting struct {
	Off                  bool     `protobuf:"varint,1,opt,name=Off,proto3" json:"Off,omitempty"`
	FromPeopleIFollow    bool     `protobuf:"varint,2,opt,name=FromPeopleIFollow,proto3" json:"FromPeopleIFollow,omitempty"`
	FromEveryone         bool     `protobuf:"varint,3,opt,name=FromEveryone,proto3" json:"FromEveryone,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TieredPushNotificationSetting) Descriptor

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

func (*TieredPushNotificationSetting) GetFromEveryone

func (m *TieredPushNotificationSetting) GetFromEveryone() bool

func (*TieredPushNotificationSetting) GetFromPeopleIFollow

func (m *TieredPushNotificationSetting) GetFromPeopleIFollow() bool

func (*TieredPushNotificationSetting) GetOff

func (m *TieredPushNotificationSetting) GetOff() bool

func (*TieredPushNotificationSetting) ProtoMessage

func (*TieredPushNotificationSetting) ProtoMessage()

func (*TieredPushNotificationSetting) Reset

func (m *TieredPushNotificationSetting) Reset()

func (*TieredPushNotificationSetting) String

func (*TieredPushNotificationSetting) XXX_DiscardUnknown

func (m *TieredPushNotificationSetting) XXX_DiscardUnknown()

func (*TieredPushNotificationSetting) XXX_Marshal

func (m *TieredPushNotificationSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TieredPushNotificationSetting) XXX_Merge

func (m *TieredPushNotificationSetting) XXX_Merge(src proto.Message)

func (*TieredPushNotificationSetting) XXX_Size

func (m *TieredPushNotificationSetting) XXX_Size() int

func (*TieredPushNotificationSetting) XXX_Unmarshal

func (m *TieredPushNotificationSetting) XXX_Unmarshal(b []byte) error

type Topic

type Topic struct {
	TopicName            string   `protobuf:"bytes,1,opt,name=TopicName,proto3" json:"TopicName,omitempty"`
	TopicType            string   `protobuf:"bytes,2,opt,name=TopicType,proto3" json:"TopicType,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Topic) Descriptor

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

func (*Topic) GetTopicName

func (m *Topic) GetTopicName() string

func (*Topic) GetTopicType

func (m *Topic) GetTopicType() string

func (*Topic) ProtoMessage

func (*Topic) ProtoMessage()

func (*Topic) Reset

func (m *Topic) Reset()

func (*Topic) String

func (m *Topic) String() string

func (*Topic) XXX_DiscardUnknown

func (m *Topic) XXX_DiscardUnknown()

func (*Topic) XXX_Marshal

func (m *Topic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Topic) XXX_Merge

func (m *Topic) XXX_Merge(src proto.Message)

func (*Topic) XXX_Size

func (m *Topic) XXX_Size() int

func (*Topic) XXX_Unmarshal

func (m *Topic) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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