request

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: 4 Imported by: 0

Documentation

Index

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

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

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

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

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

func (*Login) GetEmail

func (m *Login) GetEmail() string

func (*Login) GetPassword

func (m *Login) GetPassword() string

func (*Login) ProtoMessage

func (*Login) ProtoMessage()

func (*Login) Reset

func (m *Login) Reset()

func (*Login) String

func (m *Login) String() string

func (*Login) XXX_DiscardUnknown

func (m *Login) XXX_DiscardUnknown()

func (*Login) XXX_Marshal

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

func (*Login) XXX_Merge

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

func (*Login) XXX_Size

func (m *Login) XXX_Size() int

func (*Login) XXX_Unmarshal

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

type Status

type Status struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Status) Descriptor

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

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) Reset

func (m *Status) Reset()

func (*Status) String

func (m *Status) String() string

func (*Status) XXX_DiscardUnknown

func (m *Status) XXX_DiscardUnknown()

func (*Status) XXX_Marshal

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

func (*Status) XXX_Merge

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

func (*Status) XXX_Size

func (m *Status) XXX_Size() int

func (*Status) XXX_Unmarshal

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

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

func (*Verify) GetEmail

func (m *Verify) GetEmail() string

func (*Verify) GetHash

func (m *Verify) GetHash() string

func (*Verify) ProtoMessage

func (*Verify) ProtoMessage()

func (*Verify) Reset

func (m *Verify) Reset()

func (*Verify) String

func (m *Verify) String() string

func (*Verify) XXX_DiscardUnknown

func (m *Verify) XXX_DiscardUnknown()

func (*Verify) XXX_Marshal

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

func (*Verify) XXX_Merge

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

func (*Verify) XXX_Size

func (m *Verify) XXX_Size() int

func (*Verify) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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