Documentation ¶
Index ¶
- Variables
- type Auth
- func (*Auth) Descriptor() ([]byte, []int)
- func (this *Auth) Equal(that interface{}) bool
- func (this *Auth) GoString() string
- func (m *Auth) Marshal() (dAtA []byte, err error)
- func (m *Auth) MarshalTo(dAtA []byte) (int, error)
- func (m *Auth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Auth) ProtoMessage()
- func (m *Auth) Reset()
- func (m *Auth) Size() (n int)
- func (this *Auth) String() string
- func (m *Auth) Unmarshal(dAtA []byte) error
- func (m *Auth) XXX_DiscardUnknown()
- func (m *Auth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Auth) XXX_Merge(src proto.Message)
- func (m *Auth) XXX_Size() int
- func (m *Auth) XXX_Unmarshal(b []byte) error
- type Signin
- func (r Signin) Check() error
- func (*Signin) Descriptor() ([]byte, []int)
- func (this *Signin) Equal(that interface{}) bool
- func (m *Signin) GetEmail() string
- func (m *Signin) GetPassword() string
- func (this *Signin) GoString() string
- func (m *Signin) Marshal() (dAtA []byte, err error)
- func (m *Signin) MarshalTo(dAtA []byte) (int, error)
- func (m *Signin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Signin) ProtoMessage()
- func (m *Signin) Reset()
- func (m *Signin) Size() (n int)
- func (this *Signin) String() string
- func (m *Signin) Unmarshal(dAtA []byte) error
- func (m *Signin) XXX_DiscardUnknown()
- func (m *Signin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Signin) XXX_Merge(src proto.Message)
- func (m *Signin) XXX_Size() int
- func (m *Signin) XXX_Unmarshal(b []byte) error
- type Subscribe
- func (r Subscribe) Check() error
- func (*Subscribe) Descriptor() ([]byte, []int)
- func (this *Subscribe) Equal(that interface{}) bool
- func (m *Subscribe) GetAlias() string
- func (m *Subscribe) GetEmail() string
- func (m *Subscribe) GetPassword() string
- func (this *Subscribe) GoString() string
- func (m *Subscribe) Marshal() (dAtA []byte, err error)
- func (m *Subscribe) MarshalTo(dAtA []byte) (int, error)
- func (m *Subscribe) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Subscribe) ProtoMessage()
- func (m *Subscribe) Reset()
- func (m *Subscribe) Size() (n int)
- func (this *Subscribe) String() string
- func (m *Subscribe) Unmarshal(dAtA []byte) error
- func (m *Subscribe) XXX_DiscardUnknown()
- func (m *Subscribe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Subscribe) XXX_Merge(src proto.Message)
- func (m *Subscribe) XXX_Size() int
- func (m *Subscribe) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { ID github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,1,opt,name=ID,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"ID"` Token github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,2,opt,name=Token,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"Token"` }
Auth common struct used to authenticate.
func NewPopulatedAuth ¶
func (*Auth) Descriptor ¶
func (*Auth) ProtoMessage ¶
func (*Auth) ProtoMessage()
func (*Auth) XXX_DiscardUnknown ¶
func (m *Auth) XXX_DiscardUnknown()
func (*Auth) XXX_Unmarshal ¶
type Signin ¶
type Signin 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"` }
Signin request type for signin route.
func NewPopulatedSignin ¶
func (*Signin) Descriptor ¶
func (*Signin) GetPassword ¶
func (*Signin) MarshalToSizedBuffer ¶
func (*Signin) ProtoMessage ¶
func (*Signin) ProtoMessage()
func (*Signin) XXX_DiscardUnknown ¶
func (m *Signin) XXX_DiscardUnknown()
func (*Signin) XXX_Marshal ¶
func (*Signin) XXX_Unmarshal ¶
type Subscribe ¶
type Subscribe struct { Alias string `protobuf:"bytes,1,opt,name=Alias,proto3" json:"Alias,omitempty"` Email string `protobuf:"bytes,2,opt,name=Email,proto3" json:"Email,omitempty"` Password string `protobuf:"bytes,3,opt,name=Password,proto3" json:"Password,omitempty"` }
Subscribe request type for subscribe route.
func NewPopulatedSubscribe ¶
func (*Subscribe) Descriptor ¶
func (*Subscribe) GetPassword ¶
func (*Subscribe) MarshalToSizedBuffer ¶
func (*Subscribe) ProtoMessage ¶
func (*Subscribe) ProtoMessage()
func (*Subscribe) XXX_DiscardUnknown ¶
func (m *Subscribe) XXX_DiscardUnknown()
func (*Subscribe) XXX_Marshal ¶
func (*Subscribe) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.