Documentation ¶
Index ¶
- type CreateAccount
- func (*CreateAccount) Descriptor() ([]byte, []int)
- func (m *CreateAccount) GetEmail() string
- func (m *CreateAccount) GetName() string
- func (m *CreateAccount) GetPassword() string
- func (*CreateAccount) ProtoMessage()
- func (m *CreateAccount) Reset()
- func (m *CreateAccount) String() string
- func (m *CreateAccount) XXX_DiscardUnknown()
- func (m *CreateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateAccount) XXX_Merge(src proto.Message)
- func (m *CreateAccount) XXX_Size() int
- func (m *CreateAccount) XXX_Unmarshal(b []byte) error
- type CreateClub
- func (*CreateClub) Descriptor() ([]byte, []int)
- func (m *CreateClub) GetClubID() string
- func (m *CreateClub) GetDescription() string
- func (m *CreateClub) GetEmail() string
- func (*CreateClub) ProtoMessage()
- func (m *CreateClub) Reset()
- func (m *CreateClub) String() string
- func (m *CreateClub) XXX_DiscardUnknown()
- func (m *CreateClub) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateClub) XXX_Merge(src proto.Message)
- func (m *CreateClub) XXX_Size() int
- func (m *CreateClub) XXX_Unmarshal(b []byte) error
- type CreateEvent
- func (*CreateEvent) Descriptor() ([]byte, []int)
- func (m *CreateEvent) GetEvent() *models.EventProps
- func (*CreateEvent) ProtoMessage()
- func (m *CreateEvent) Reset()
- func (m *CreateEvent) String() string
- func (m *CreateEvent) XXX_DiscardUnknown()
- func (m *CreateEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateEvent) XXX_Merge(src proto.Message)
- func (m *CreateEvent) XXX_Size() int
- func (m *CreateEvent) XXX_Unmarshal(b []byte) error
- type CreatePeriod
- func (*CreatePeriod) Descriptor() ([]byte, []int)
- func (m *CreatePeriod) GetClubID() string
- func (m *CreatePeriod) GetPeriod() string
- func (*CreatePeriod) ProtoMessage()
- func (m *CreatePeriod) Reset()
- func (m *CreatePeriod) String() string
- func (m *CreatePeriod) XXX_DiscardUnknown()
- func (m *CreatePeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreatePeriod) XXX_Merge(src proto.Message)
- func (m *CreatePeriod) XXX_Size() int
- func (m *CreatePeriod) XXX_Unmarshal(b []byte) error
- type Empty
- func (*Empty) Descriptor() ([]byte, []int)
- func (*Empty) ProtoMessage()
- func (m *Empty) Reset()
- func (m *Empty) String() string
- func (m *Empty) XXX_DiscardUnknown()
- func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Empty) XXX_Merge(src proto.Message)
- func (m *Empty) XXX_Size() int
- func (m *Empty) XXX_Unmarshal(b []byte) error
- type Login
- func (*Login) Descriptor() ([]byte, []int)
- func (m *Login) GetEmail() string
- func (m *Login) GetPassword() string
- func (*Login) ProtoMessage()
- func (m *Login) Reset()
- func (m *Login) String() string
- func (m *Login) XXX_DiscardUnknown()
- func (m *Login) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Login) XXX_Merge(src proto.Message)
- func (m *Login) XXX_Size() int
- func (m *Login) XXX_Unmarshal(b []byte) error
- type Status
- func (*Status) Descriptor() ([]byte, []int)
- func (*Status) ProtoMessage()
- func (m *Status) Reset()
- func (m *Status) String() string
- func (m *Status) XXX_DiscardUnknown()
- func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Status) XXX_Merge(src proto.Message)
- func (m *Status) XXX_Size() int
- func (m *Status) XXX_Unmarshal(b []byte) error
- type Verify
- func (*Verify) Descriptor() ([]byte, []int)
- func (m *Verify) GetEmail() string
- func (m *Verify) GetHash() string
- func (*Verify) ProtoMessage()
- func (m *Verify) Reset()
- func (m *Verify) String() string
- func (m *Verify) XXX_DiscardUnknown()
- func (m *Verify) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Verify) XXX_Merge(src proto.Message)
- func (m *Verify) XXX_Size() int
- func (m *Verify) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAccount ¶
type CreateAccount 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"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAccount) Descriptor ¶
func (*CreateAccount) Descriptor() ([]byte, []int)
func (*CreateAccount) GetEmail ¶
func (m *CreateAccount) GetEmail() string
func (*CreateAccount) GetName ¶
func (m *CreateAccount) GetName() string
func (*CreateAccount) GetPassword ¶
func (m *CreateAccount) GetPassword() string
func (*CreateAccount) ProtoMessage ¶
func (*CreateAccount) ProtoMessage()
func (*CreateAccount) Reset ¶
func (m *CreateAccount) Reset()
func (*CreateAccount) String ¶
func (m *CreateAccount) String() string
func (*CreateAccount) XXX_DiscardUnknown ¶
func (m *CreateAccount) XXX_DiscardUnknown()
func (*CreateAccount) XXX_Marshal ¶
func (m *CreateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAccount) XXX_Merge ¶
func (dst *CreateAccount) XXX_Merge(src proto.Message)
func (*CreateAccount) XXX_Size ¶
func (m *CreateAccount) XXX_Size() int
func (*CreateAccount) XXX_Unmarshal ¶
func (m *CreateAccount) XXX_Unmarshal(b []byte) error
type CreateClub ¶
type CreateClub 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"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateClub) Descriptor ¶
func (*CreateClub) Descriptor() ([]byte, []int)
func (*CreateClub) GetClubID ¶
func (m *CreateClub) GetClubID() string
func (*CreateClub) GetDescription ¶
func (m *CreateClub) GetDescription() string
func (*CreateClub) GetEmail ¶
func (m *CreateClub) GetEmail() string
func (*CreateClub) ProtoMessage ¶
func (*CreateClub) ProtoMessage()
func (*CreateClub) Reset ¶
func (m *CreateClub) Reset()
func (*CreateClub) String ¶
func (m *CreateClub) String() string
func (*CreateClub) XXX_DiscardUnknown ¶
func (m *CreateClub) XXX_DiscardUnknown()
func (*CreateClub) XXX_Marshal ¶
func (m *CreateClub) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateClub) XXX_Merge ¶
func (dst *CreateClub) XXX_Merge(src proto.Message)
func (*CreateClub) XXX_Size ¶
func (m *CreateClub) XXX_Size() int
func (*CreateClub) XXX_Unmarshal ¶
func (m *CreateClub) XXX_Unmarshal(b []byte) error
type CreateEvent ¶
type CreateEvent struct { Event *models.EventProps `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateEvent) Descriptor ¶
func (*CreateEvent) Descriptor() ([]byte, []int)
func (*CreateEvent) GetEvent ¶
func (m *CreateEvent) GetEvent() *models.EventProps
func (*CreateEvent) ProtoMessage ¶
func (*CreateEvent) ProtoMessage()
func (*CreateEvent) Reset ¶
func (m *CreateEvent) Reset()
func (*CreateEvent) String ¶
func (m *CreateEvent) String() string
func (*CreateEvent) XXX_DiscardUnknown ¶
func (m *CreateEvent) XXX_DiscardUnknown()
func (*CreateEvent) XXX_Marshal ¶
func (m *CreateEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateEvent) XXX_Merge ¶
func (dst *CreateEvent) XXX_Merge(src proto.Message)
func (*CreateEvent) XXX_Size ¶
func (m *CreateEvent) XXX_Size() int
func (*CreateEvent) XXX_Unmarshal ¶
func (m *CreateEvent) XXX_Unmarshal(b []byte) error
type CreatePeriod ¶
type CreatePeriod struct { Period string `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"` ClubID string `protobuf:"bytes,2,opt,name=clubID,proto3" json:"clubID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreatePeriod) Descriptor ¶
func (*CreatePeriod) Descriptor() ([]byte, []int)
func (*CreatePeriod) GetClubID ¶
func (m *CreatePeriod) GetClubID() string
func (*CreatePeriod) GetPeriod ¶
func (m *CreatePeriod) GetPeriod() string
func (*CreatePeriod) ProtoMessage ¶
func (*CreatePeriod) ProtoMessage()
func (*CreatePeriod) Reset ¶
func (m *CreatePeriod) Reset()
func (*CreatePeriod) String ¶
func (m *CreatePeriod) String() string
func (*CreatePeriod) XXX_DiscardUnknown ¶
func (m *CreatePeriod) XXX_DiscardUnknown()
func (*CreatePeriod) XXX_Marshal ¶
func (m *CreatePeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreatePeriod) XXX_Merge ¶
func (dst *CreatePeriod) XXX_Merge(src proto.Message)
func (*CreatePeriod) XXX_Size ¶
func (m *CreatePeriod) XXX_Size() int
func (*CreatePeriod) XXX_Unmarshal ¶
func (m *CreatePeriod) XXX_Unmarshal(b []byte) error
type Empty ¶
type Empty struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty) Descriptor ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) XXX_DiscardUnknown ¶
func (m *Empty) XXX_DiscardUnknown()
func (*Empty) XXX_Marshal ¶
func (*Empty) XXX_Unmarshal ¶
type Login ¶
type Login struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Login) Descriptor ¶
func (*Login) GetPassword ¶
func (*Login) ProtoMessage ¶
func (*Login) ProtoMessage()
func (*Login) XXX_DiscardUnknown ¶
func (m *Login) XXX_DiscardUnknown()
func (*Login) XXX_Marshal ¶
func (*Login) XXX_Unmarshal ¶
type Status ¶
type Status struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Status) Descriptor ¶
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) XXX_DiscardUnknown ¶
func (m *Status) XXX_DiscardUnknown()
func (*Status) XXX_Marshal ¶
func (*Status) XXX_Unmarshal ¶
type Verify ¶
type Verify struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Verify) Descriptor ¶
func (*Verify) ProtoMessage ¶
func (*Verify) ProtoMessage()
func (*Verify) XXX_DiscardUnknown ¶
func (m *Verify) XXX_DiscardUnknown()
func (*Verify) XXX_Marshal ¶
func (*Verify) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.