Documentation ¶
Index ¶
- type Applicant
- func (*Applicant) Descriptor() ([]byte, []int)
- func (m *Applicant) GetEmail() string
- func (m *Applicant) GetName() string
- func (m *Applicant) GetPeriod() string
- func (m *Applicant) GetTags() []string
- func (*Applicant) ProtoMessage()
- func (m *Applicant) Reset()
- func (m *Applicant) String() string
- func (m *Applicant) XXX_DiscardUnknown()
- func (m *Applicant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Applicant) XXX_Merge(src proto.Message)
- func (m *Applicant) XXX_Size() int
- func (m *Applicant) XXX_Unmarshal(b []byte) error
- type Application
- func (*Application) Descriptor() ([]byte, []int)
- func (m *Application) GetEmail() string
- func (m *Application) GetEntries() map[string]*FieldEntry
- func (m *Application) GetEventID() string
- func (m *Application) GetName() string
- func (m *Application) GetPeriod() string
- func (*Application) ProtoMessage()
- func (m *Application) Reset()
- func (m *Application) String() string
- func (m *Application) XXX_DiscardUnknown()
- func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Application) XXX_Merge(src proto.Message)
- func (m *Application) XXX_Size() int
- func (m *Application) XXX_Unmarshal(b []byte) error
- type Club
- func (*Club) Descriptor() ([]byte, []int)
- func (m *Club) GetClubID() string
- func (m *Club) GetDescription() string
- func (*Club) ProtoMessage()
- func (m *Club) Reset()
- func (m *Club) String() string
- func (m *Club) XXX_DiscardUnknown()
- func (m *Club) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Club) XXX_Merge(src proto.Message)
- func (m *Club) XXX_Size() int
- func (m *Club) XXX_Unmarshal(b []byte) error
- type ClubUser
- func (*ClubUser) Descriptor() ([]byte, []int)
- func (m *ClubUser) GetClubID() string
- func (m *ClubUser) GetEmail() string
- func (m *ClubUser) GetRole() string
- func (*ClubUser) ProtoMessage()
- func (m *ClubUser) Reset()
- func (m *ClubUser) String() string
- func (m *ClubUser) XXX_DiscardUnknown()
- func (m *ClubUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ClubUser) XXX_Merge(src proto.Message)
- func (m *ClubUser) XXX_Size() int
- func (m *ClubUser) XXX_Unmarshal(b []byte) error
- type EmailVerification
- func (*EmailVerification) Descriptor() ([]byte, []int)
- func (m *EmailVerification) GetEmail() string
- func (m *EmailVerification) GetExpiry() int64
- func (m *EmailVerification) GetHash() string
- func (*EmailVerification) ProtoMessage()
- func (m *EmailVerification) Reset()
- func (m *EmailVerification) String() string
- func (m *EmailVerification) XXX_DiscardUnknown()
- func (m *EmailVerification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EmailVerification) XXX_Merge(src proto.Message)
- func (m *EmailVerification) XXX_Size() int
- func (m *EmailVerification) XXX_Unmarshal(b []byte) error
- type EventProps
- func (*EventProps) Descriptor() ([]byte, []int)
- func (m *EventProps) GetClub() string
- func (m *EventProps) GetDescription() string
- func (m *EventProps) GetEventID() string
- func (m *EventProps) GetFields() []*EventProps_FieldProps
- func (m *EventProps) GetName() string
- func (m *EventProps) GetPeriod() string
- func (*EventProps) ProtoMessage()
- func (m *EventProps) Reset()
- func (m *EventProps) String() string
- func (m *EventProps) XXX_DiscardUnknown()
- func (m *EventProps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventProps) XXX_Merge(src proto.Message)
- func (m *EventProps) XXX_Size() int
- func (m *EventProps) XXX_Unmarshal(b []byte) error
- type EventProps_FieldProps
- func (*EventProps_FieldProps) Descriptor() ([]byte, []int)
- func (m *EventProps_FieldProps) GetBlurb() string
- func (m *EventProps_FieldProps) GetDescription() string
- func (m *EventProps_FieldProps) GetLongText() *EventProps_FieldProps_LongText
- func (m *EventProps_FieldProps) GetName() string
- func (m *EventProps_FieldProps) GetProperties() isEventProps_FieldProps_Properties
- func (m *EventProps_FieldProps) GetRequired() bool
- func (m *EventProps_FieldProps) GetShortText() *EventProps_FieldProps_ShortText
- func (*EventProps_FieldProps) ProtoMessage()
- func (m *EventProps_FieldProps) Reset()
- func (m *EventProps_FieldProps) String() string
- func (m *EventProps_FieldProps) XXX_DiscardUnknown()
- func (m *EventProps_FieldProps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventProps_FieldProps) XXX_Merge(src proto.Message)
- func (*EventProps_FieldProps) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *EventProps_FieldProps) XXX_Size() int
- func (m *EventProps_FieldProps) XXX_Unmarshal(b []byte) error
- type EventProps_FieldProps_LongText
- func (*EventProps_FieldProps_LongText) Descriptor() ([]byte, []int)
- func (m *EventProps_FieldProps_LongText) GetMaxLen() int32
- func (*EventProps_FieldProps_LongText) ProtoMessage()
- func (m *EventProps_FieldProps_LongText) Reset()
- func (m *EventProps_FieldProps_LongText) String() string
- func (m *EventProps_FieldProps_LongText) XXX_DiscardUnknown()
- func (m *EventProps_FieldProps_LongText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventProps_FieldProps_LongText) XXX_Merge(src proto.Message)
- func (m *EventProps_FieldProps_LongText) XXX_Size() int
- func (m *EventProps_FieldProps_LongText) XXX_Unmarshal(b []byte) error
- type EventProps_FieldProps_LongText_
- type EventProps_FieldProps_ShortText
- func (*EventProps_FieldProps_ShortText) Descriptor() ([]byte, []int)
- func (*EventProps_FieldProps_ShortText) ProtoMessage()
- func (m *EventProps_FieldProps_ShortText) Reset()
- func (m *EventProps_FieldProps_ShortText) String() string
- func (m *EventProps_FieldProps_ShortText) XXX_DiscardUnknown()
- func (m *EventProps_FieldProps_ShortText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventProps_FieldProps_ShortText) XXX_Merge(src proto.Message)
- func (m *EventProps_FieldProps_ShortText) XXX_Size() int
- func (m *EventProps_FieldProps_ShortText) XXX_Unmarshal(b []byte) error
- type EventProps_FieldProps_ShortText_
- type FieldEntry
- func (*FieldEntry) Descriptor() ([]byte, []int)
- func (m *FieldEntry) GetValue() []byte
- func (*FieldEntry) ProtoMessage()
- func (m *FieldEntry) Reset()
- func (m *FieldEntry) String() string
- func (m *FieldEntry) XXX_DiscardUnknown()
- func (m *FieldEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FieldEntry) XXX_Merge(src proto.Message)
- func (m *FieldEntry) XXX_Size() int
- func (m *FieldEntry) XXX_Unmarshal(b []byte) error
- type Period
- func (*Period) Descriptor() ([]byte, []int)
- func (m *Period) GetPeriod() string
- func (*Period) ProtoMessage()
- func (m *Period) Reset()
- func (m *Period) String() string
- func (m *Period) XXX_DiscardUnknown()
- func (m *Period) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Period) XXX_Merge(src proto.Message)
- func (m *Period) XXX_Size() int
- func (m *Period) XXX_Unmarshal(b []byte) error
- type Tag
- func (*Tag) Descriptor() ([]byte, []int)
- func (m *Tag) GetPeriod() string
- func (m *Tag) GetTagName() string
- func (*Tag) ProtoMessage()
- func (m *Tag) Reset()
- func (m *Tag) String() string
- func (m *Tag) XXX_DiscardUnknown()
- func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Tag) XXX_Merge(src proto.Message)
- func (m *Tag) XXX_Size() int
- func (m *Tag) XXX_Unmarshal(b []byte) error
- type User
- func (*User) Descriptor() ([]byte, []int)
- func (m *User) GetEmail() string
- func (m *User) GetHash() string
- func (m *User) GetName() string
- func (m *User) GetVerified() bool
- func (*User) ProtoMessage()
- func (m *User) Reset()
- func (m *User) String() string
- func (m *User) XXX_DiscardUnknown()
- func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *User) XXX_Merge(src proto.Message)
- func (m *User) XXX_Size() int
- func (m *User) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applicant ¶
type Applicant struct { Period string `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,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 (*Applicant) Descriptor ¶
func (*Applicant) ProtoMessage ¶
func (*Applicant) ProtoMessage()
func (*Applicant) XXX_DiscardUnknown ¶
func (m *Applicant) XXX_DiscardUnknown()
func (*Applicant) XXX_Marshal ¶
func (*Applicant) XXX_Unmarshal ¶
type Application ¶
type Application struct { Period string `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"` EventID string `protobuf:"bytes,2,opt,name=eventID,proto3" json:"eventID,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Entries map[string]*FieldEntry `` /* 155-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Application) Descriptor ¶
func (*Application) Descriptor() ([]byte, []int)
func (*Application) GetEmail ¶
func (m *Application) GetEmail() string
func (*Application) GetEntries ¶
func (m *Application) GetEntries() map[string]*FieldEntry
func (*Application) GetEventID ¶
func (m *Application) GetEventID() string
func (*Application) GetName ¶
func (m *Application) GetName() string
func (*Application) GetPeriod ¶
func (m *Application) GetPeriod() string
func (*Application) ProtoMessage ¶
func (*Application) ProtoMessage()
func (*Application) Reset ¶
func (m *Application) Reset()
func (*Application) String ¶
func (m *Application) String() string
func (*Application) XXX_DiscardUnknown ¶
func (m *Application) XXX_DiscardUnknown()
func (*Application) XXX_Marshal ¶
func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Application) XXX_Merge ¶
func (dst *Application) XXX_Merge(src proto.Message)
func (*Application) XXX_Size ¶
func (m *Application) XXX_Size() int
func (*Application) XXX_Unmarshal ¶
func (m *Application) XXX_Unmarshal(b []byte) error
type Club ¶
type Club struct { ClubID string `protobuf:"bytes,1,opt,name=clubID,proto3" json:"clubID,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Club) Descriptor ¶
func (*Club) GetDescription ¶
func (*Club) ProtoMessage ¶
func (*Club) ProtoMessage()
func (*Club) XXX_DiscardUnknown ¶
func (m *Club) XXX_DiscardUnknown()
func (*Club) XXX_Unmarshal ¶
type ClubUser ¶
type ClubUser struct { ClubID string `protobuf:"bytes,1,opt,name=clubID,proto3" json:"clubID,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClubUser) Descriptor ¶
func (*ClubUser) ProtoMessage ¶
func (*ClubUser) ProtoMessage()
func (*ClubUser) XXX_DiscardUnknown ¶
func (m *ClubUser) XXX_DiscardUnknown()
func (*ClubUser) XXX_Marshal ¶
func (*ClubUser) XXX_Unmarshal ¶
type EmailVerification ¶
type EmailVerification struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Expiry int64 `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EmailVerification) Descriptor ¶
func (*EmailVerification) Descriptor() ([]byte, []int)
func (*EmailVerification) GetEmail ¶
func (m *EmailVerification) GetEmail() string
func (*EmailVerification) GetExpiry ¶
func (m *EmailVerification) GetExpiry() int64
func (*EmailVerification) GetHash ¶
func (m *EmailVerification) GetHash() string
func (*EmailVerification) ProtoMessage ¶
func (*EmailVerification) ProtoMessage()
func (*EmailVerification) Reset ¶
func (m *EmailVerification) Reset()
func (*EmailVerification) String ¶
func (m *EmailVerification) String() string
func (*EmailVerification) XXX_DiscardUnknown ¶
func (m *EmailVerification) XXX_DiscardUnknown()
func (*EmailVerification) XXX_Marshal ¶
func (m *EmailVerification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmailVerification) XXX_Merge ¶
func (dst *EmailVerification) XXX_Merge(src proto.Message)
func (*EmailVerification) XXX_Size ¶
func (m *EmailVerification) XXX_Size() int
func (*EmailVerification) XXX_Unmarshal ¶
func (m *EmailVerification) XXX_Unmarshal(b []byte) error
type EventProps ¶
type EventProps struct { Period string `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"` EventID string `protobuf:"bytes,2,opt,name=eventID,proto3" json:"eventID,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Club string `protobuf:"bytes,4,opt,name=club,proto3" json:"club,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Fields []*EventProps_FieldProps `protobuf:"bytes,6,rep,name=fields,proto3" json:"fields,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventProps) Descriptor ¶
func (*EventProps) Descriptor() ([]byte, []int)
func (*EventProps) GetClub ¶
func (m *EventProps) GetClub() string
func (*EventProps) GetDescription ¶
func (m *EventProps) GetDescription() string
func (*EventProps) GetEventID ¶
func (m *EventProps) GetEventID() string
func (*EventProps) GetFields ¶
func (m *EventProps) GetFields() []*EventProps_FieldProps
func (*EventProps) GetName ¶
func (m *EventProps) GetName() string
func (*EventProps) GetPeriod ¶
func (m *EventProps) GetPeriod() string
func (*EventProps) ProtoMessage ¶
func (*EventProps) ProtoMessage()
func (*EventProps) Reset ¶
func (m *EventProps) Reset()
func (*EventProps) String ¶
func (m *EventProps) String() string
func (*EventProps) XXX_DiscardUnknown ¶
func (m *EventProps) XXX_DiscardUnknown()
func (*EventProps) XXX_Marshal ¶
func (m *EventProps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventProps) XXX_Merge ¶
func (dst *EventProps) XXX_Merge(src proto.Message)
func (*EventProps) XXX_Size ¶
func (m *EventProps) XXX_Size() int
func (*EventProps) XXX_Unmarshal ¶
func (m *EventProps) XXX_Unmarshal(b []byte) error
type EventProps_FieldProps ¶
type EventProps_FieldProps struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Required bool `protobuf:"varint,2,opt,name=required,proto3" json:"required,omitempty"` Blurb string `protobuf:"bytes,3,opt,name=blurb,proto3" json:"blurb,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Types that are valid to be assigned to Properties: // *EventProps_FieldProps_LongText_ // *EventProps_FieldProps_ShortText_ Properties isEventProps_FieldProps_Properties `protobuf_oneof:"properties"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventProps_FieldProps) Descriptor ¶
func (*EventProps_FieldProps) Descriptor() ([]byte, []int)
func (*EventProps_FieldProps) GetBlurb ¶
func (m *EventProps_FieldProps) GetBlurb() string
func (*EventProps_FieldProps) GetDescription ¶
func (m *EventProps_FieldProps) GetDescription() string
func (*EventProps_FieldProps) GetLongText ¶
func (m *EventProps_FieldProps) GetLongText() *EventProps_FieldProps_LongText
func (*EventProps_FieldProps) GetName ¶
func (m *EventProps_FieldProps) GetName() string
func (*EventProps_FieldProps) GetProperties ¶
func (m *EventProps_FieldProps) GetProperties() isEventProps_FieldProps_Properties
func (*EventProps_FieldProps) GetRequired ¶
func (m *EventProps_FieldProps) GetRequired() bool
func (*EventProps_FieldProps) GetShortText ¶
func (m *EventProps_FieldProps) GetShortText() *EventProps_FieldProps_ShortText
func (*EventProps_FieldProps) ProtoMessage ¶
func (*EventProps_FieldProps) ProtoMessage()
func (*EventProps_FieldProps) Reset ¶
func (m *EventProps_FieldProps) Reset()
func (*EventProps_FieldProps) String ¶
func (m *EventProps_FieldProps) String() string
func (*EventProps_FieldProps) XXX_DiscardUnknown ¶
func (m *EventProps_FieldProps) XXX_DiscardUnknown()
func (*EventProps_FieldProps) XXX_Marshal ¶
func (m *EventProps_FieldProps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventProps_FieldProps) XXX_Merge ¶
func (dst *EventProps_FieldProps) XXX_Merge(src proto.Message)
func (*EventProps_FieldProps) XXX_OneofFuncs ¶
func (*EventProps_FieldProps) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*EventProps_FieldProps) XXX_Size ¶
func (m *EventProps_FieldProps) XXX_Size() int
func (*EventProps_FieldProps) XXX_Unmarshal ¶
func (m *EventProps_FieldProps) XXX_Unmarshal(b []byte) error
type EventProps_FieldProps_LongText ¶
type EventProps_FieldProps_LongText struct { MaxLen int32 `protobuf:"varint,1,opt,name=max_len,json=maxLen,proto3" json:"max_len,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventProps_FieldProps_LongText) Descriptor ¶
func (*EventProps_FieldProps_LongText) Descriptor() ([]byte, []int)
func (*EventProps_FieldProps_LongText) GetMaxLen ¶
func (m *EventProps_FieldProps_LongText) GetMaxLen() int32
func (*EventProps_FieldProps_LongText) ProtoMessage ¶
func (*EventProps_FieldProps_LongText) ProtoMessage()
func (*EventProps_FieldProps_LongText) Reset ¶
func (m *EventProps_FieldProps_LongText) Reset()
func (*EventProps_FieldProps_LongText) String ¶
func (m *EventProps_FieldProps_LongText) String() string
func (*EventProps_FieldProps_LongText) XXX_DiscardUnknown ¶
func (m *EventProps_FieldProps_LongText) XXX_DiscardUnknown()
func (*EventProps_FieldProps_LongText) XXX_Marshal ¶
func (m *EventProps_FieldProps_LongText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventProps_FieldProps_LongText) XXX_Merge ¶
func (dst *EventProps_FieldProps_LongText) XXX_Merge(src proto.Message)
func (*EventProps_FieldProps_LongText) XXX_Size ¶
func (m *EventProps_FieldProps_LongText) XXX_Size() int
func (*EventProps_FieldProps_LongText) XXX_Unmarshal ¶
func (m *EventProps_FieldProps_LongText) XXX_Unmarshal(b []byte) error
type EventProps_FieldProps_LongText_ ¶
type EventProps_FieldProps_LongText_ struct {
LongText *EventProps_FieldProps_LongText `protobuf:"bytes,5,opt,name=long_text,json=longText,proto3,oneof"`
}
type EventProps_FieldProps_ShortText ¶
type EventProps_FieldProps_ShortText struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventProps_FieldProps_ShortText) Descriptor ¶
func (*EventProps_FieldProps_ShortText) Descriptor() ([]byte, []int)
func (*EventProps_FieldProps_ShortText) ProtoMessage ¶
func (*EventProps_FieldProps_ShortText) ProtoMessage()
func (*EventProps_FieldProps_ShortText) Reset ¶
func (m *EventProps_FieldProps_ShortText) Reset()
func (*EventProps_FieldProps_ShortText) String ¶
func (m *EventProps_FieldProps_ShortText) String() string
func (*EventProps_FieldProps_ShortText) XXX_DiscardUnknown ¶
func (m *EventProps_FieldProps_ShortText) XXX_DiscardUnknown()
func (*EventProps_FieldProps_ShortText) XXX_Marshal ¶
func (m *EventProps_FieldProps_ShortText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventProps_FieldProps_ShortText) XXX_Merge ¶
func (dst *EventProps_FieldProps_ShortText) XXX_Merge(src proto.Message)
func (*EventProps_FieldProps_ShortText) XXX_Size ¶
func (m *EventProps_FieldProps_ShortText) XXX_Size() int
func (*EventProps_FieldProps_ShortText) XXX_Unmarshal ¶
func (m *EventProps_FieldProps_ShortText) XXX_Unmarshal(b []byte) error
type EventProps_FieldProps_ShortText_ ¶
type EventProps_FieldProps_ShortText_ struct {
ShortText *EventProps_FieldProps_ShortText `protobuf:"bytes,6,opt,name=short_text,json=shortText,proto3,oneof"`
}
type FieldEntry ¶
type FieldEntry struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FieldEntry) Descriptor ¶
func (*FieldEntry) Descriptor() ([]byte, []int)
func (*FieldEntry) GetValue ¶
func (m *FieldEntry) GetValue() []byte
func (*FieldEntry) ProtoMessage ¶
func (*FieldEntry) ProtoMessage()
func (*FieldEntry) Reset ¶
func (m *FieldEntry) Reset()
func (*FieldEntry) String ¶
func (m *FieldEntry) String() string
func (*FieldEntry) XXX_DiscardUnknown ¶
func (m *FieldEntry) XXX_DiscardUnknown()
func (*FieldEntry) XXX_Marshal ¶
func (m *FieldEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FieldEntry) XXX_Merge ¶
func (dst *FieldEntry) XXX_Merge(src proto.Message)
func (*FieldEntry) XXX_Size ¶
func (m *FieldEntry) XXX_Size() int
func (*FieldEntry) XXX_Unmarshal ¶
func (m *FieldEntry) XXX_Unmarshal(b []byte) error
type Period ¶
type Period struct { Period string `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Period) Descriptor ¶
func (*Period) ProtoMessage ¶
func (*Period) ProtoMessage()
func (*Period) XXX_DiscardUnknown ¶
func (m *Period) XXX_DiscardUnknown()
func (*Period) XXX_Marshal ¶
func (*Period) XXX_Unmarshal ¶
type Tag ¶
type Tag struct { Period string `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"` TagName string `protobuf:"bytes,2,opt,name=tagName,proto3" json:"tagName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Tag) Descriptor ¶
func (*Tag) GetTagName ¶
func (*Tag) ProtoMessage ¶
func (*Tag) ProtoMessage()
func (*Tag) XXX_DiscardUnknown ¶
func (m *Tag) XXX_DiscardUnknown()
func (*Tag) XXX_Unmarshal ¶
type User ¶
type User struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"` Verified bool `protobuf:"varint,4,opt,name=verified,proto3" json:"verified,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*User) Descriptor ¶
func (*User) GetVerified ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) XXX_DiscardUnknown ¶
func (m *User) XXX_DiscardUnknown()
func (*User) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.