models

package
v0.0.0-...-50815b3 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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

func (*Applicant) GetEmail

func (m *Applicant) GetEmail() string

func (*Applicant) GetName

func (m *Applicant) GetName() string

func (*Applicant) GetPeriod

func (m *Applicant) GetPeriod() string

func (*Applicant) GetTags

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

func (*Applicant) ProtoMessage

func (*Applicant) ProtoMessage()

func (*Applicant) Reset

func (m *Applicant) Reset()

func (*Applicant) String

func (m *Applicant) String() string

func (*Applicant) XXX_DiscardUnknown

func (m *Applicant) XXX_DiscardUnknown()

func (*Applicant) XXX_Marshal

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

func (*Applicant) XXX_Merge

func (dst *Applicant) XXX_Merge(src proto.Message)

func (*Applicant) XXX_Size

func (m *Applicant) XXX_Size() int

func (*Applicant) XXX_Unmarshal

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

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

func (*Club) GetClubID

func (m *Club) GetClubID() string

func (*Club) GetDescription

func (m *Club) GetDescription() string

func (*Club) ProtoMessage

func (*Club) ProtoMessage()

func (*Club) Reset

func (m *Club) Reset()

func (*Club) String

func (m *Club) String() string

func (*Club) XXX_DiscardUnknown

func (m *Club) XXX_DiscardUnknown()

func (*Club) XXX_Marshal

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

func (*Club) XXX_Merge

func (dst *Club) XXX_Merge(src proto.Message)

func (*Club) XXX_Size

func (m *Club) XXX_Size() int

func (*Club) XXX_Unmarshal

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

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

func (*ClubUser) GetClubID

func (m *ClubUser) GetClubID() string

func (*ClubUser) GetEmail

func (m *ClubUser) GetEmail() string

func (*ClubUser) GetRole

func (m *ClubUser) GetRole() string

func (*ClubUser) ProtoMessage

func (*ClubUser) ProtoMessage()

func (*ClubUser) Reset

func (m *ClubUser) Reset()

func (*ClubUser) String

func (m *ClubUser) String() string

func (*ClubUser) XXX_DiscardUnknown

func (m *ClubUser) XXX_DiscardUnknown()

func (*ClubUser) XXX_Marshal

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

func (*ClubUser) XXX_Merge

func (dst *ClubUser) XXX_Merge(src proto.Message)

func (*ClubUser) XXX_Size

func (m *ClubUser) XXX_Size() int

func (*ClubUser) XXX_Unmarshal

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

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

func (*Period) GetPeriod

func (m *Period) GetPeriod() string

func (*Period) ProtoMessage

func (*Period) ProtoMessage()

func (*Period) Reset

func (m *Period) Reset()

func (*Period) String

func (m *Period) String() string

func (*Period) XXX_DiscardUnknown

func (m *Period) XXX_DiscardUnknown()

func (*Period) XXX_Marshal

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

func (*Period) XXX_Merge

func (dst *Period) XXX_Merge(src proto.Message)

func (*Period) XXX_Size

func (m *Period) XXX_Size() int

func (*Period) XXX_Unmarshal

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

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

func (*Tag) GetPeriod

func (m *Tag) GetPeriod() string

func (*Tag) GetTagName

func (m *Tag) GetTagName() string

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) Reset

func (m *Tag) Reset()

func (*Tag) String

func (m *Tag) String() string

func (*Tag) XXX_DiscardUnknown

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal

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

func (*Tag) XXX_Merge

func (dst *Tag) XXX_Merge(src proto.Message)

func (*Tag) XXX_Size

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal

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

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

func (*User) GetEmail

func (m *User) GetEmail() string

func (*User) GetHash

func (m *User) GetHash() string

func (*User) GetName

func (m *User) GetName() string

func (*User) GetVerified

func (m *User) GetVerified() bool

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

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

func (*User) XXX_Merge

func (dst *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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