Documentation ¶
Index ¶
- type RequestSession
- func (*RequestSession) Descriptor() ([]byte, []int)
- func (m *RequestSession) GetAccessToken() string
- func (m *RequestSession) GetLocale() string
- func (m *RequestSession) GetTimestamp() int64
- func (*RequestSession) ProtoMessage()
- func (m *RequestSession) Reset()
- func (m *RequestSession) String() string
- func (m *RequestSession) XXX_DiscardUnknown()
- func (m *RequestSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestSession) XXX_Merge(src proto.Message)
- func (m *RequestSession) XXX_Size() int
- func (m *RequestSession) XXX_Unmarshal(b []byte) error
- type ResponseStatus
- func (*ResponseStatus) Descriptor() ([]byte, []int)
- func (m *ResponseStatus) GetErrors() []*ResponseStatus_Error
- func (*ResponseStatus) ProtoMessage()
- func (m *ResponseStatus) Reset()
- func (m *ResponseStatus) String() string
- func (m *ResponseStatus) XXX_DiscardUnknown()
- func (m *ResponseStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseStatus) XXX_Merge(src proto.Message)
- func (m *ResponseStatus) XXX_Size() int
- func (m *ResponseStatus) XXX_Unmarshal(b []byte) error
- type ResponseStatus_Error
- func (*ResponseStatus_Error) Descriptor() ([]byte, []int)
- func (m *ResponseStatus_Error) GetMessage() string
- func (m *ResponseStatus_Error) GetSlug() string
- func (*ResponseStatus_Error) ProtoMessage()
- func (m *ResponseStatus_Error) Reset()
- func (m *ResponseStatus_Error) String() string
- func (m *ResponseStatus_Error) XXX_DiscardUnknown()
- func (m *ResponseStatus_Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseStatus_Error) XXX_Merge(src proto.Message)
- func (m *ResponseStatus_Error) XXX_Size() int
- func (m *ResponseStatus_Error) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestSession ¶
type RequestSession struct { AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` Locale string `protobuf:"bytes,2,opt,name=locale,proto3" json:"locale,omitempty"` // Validate if it's not in the future Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequestSession) Descriptor ¶
func (*RequestSession) Descriptor() ([]byte, []int)
func (*RequestSession) GetAccessToken ¶
func (m *RequestSession) GetAccessToken() string
func (*RequestSession) GetLocale ¶
func (m *RequestSession) GetLocale() string
func (*RequestSession) GetTimestamp ¶
func (m *RequestSession) GetTimestamp() int64
func (*RequestSession) ProtoMessage ¶
func (*RequestSession) ProtoMessage()
func (*RequestSession) Reset ¶
func (m *RequestSession) Reset()
func (*RequestSession) String ¶
func (m *RequestSession) String() string
func (*RequestSession) XXX_DiscardUnknown ¶
func (m *RequestSession) XXX_DiscardUnknown()
func (*RequestSession) XXX_Marshal ¶
func (m *RequestSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestSession) XXX_Merge ¶
func (m *RequestSession) XXX_Merge(src proto.Message)
func (*RequestSession) XXX_Size ¶
func (m *RequestSession) XXX_Size() int
func (*RequestSession) XXX_Unmarshal ¶
func (m *RequestSession) XXX_Unmarshal(b []byte) error
type ResponseStatus ¶
type ResponseStatus struct { Errors []*ResponseStatus_Error `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseStatus) Descriptor ¶
func (*ResponseStatus) Descriptor() ([]byte, []int)
func (*ResponseStatus) GetErrors ¶
func (m *ResponseStatus) GetErrors() []*ResponseStatus_Error
func (*ResponseStatus) ProtoMessage ¶
func (*ResponseStatus) ProtoMessage()
func (*ResponseStatus) Reset ¶
func (m *ResponseStatus) Reset()
func (*ResponseStatus) String ¶
func (m *ResponseStatus) String() string
func (*ResponseStatus) XXX_DiscardUnknown ¶
func (m *ResponseStatus) XXX_DiscardUnknown()
func (*ResponseStatus) XXX_Marshal ¶
func (m *ResponseStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseStatus) XXX_Merge ¶
func (m *ResponseStatus) XXX_Merge(src proto.Message)
func (*ResponseStatus) XXX_Size ¶
func (m *ResponseStatus) XXX_Size() int
func (*ResponseStatus) XXX_Unmarshal ¶
func (m *ResponseStatus) XXX_Unmarshal(b []byte) error
type ResponseStatus_Error ¶
type ResponseStatus_Error struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseStatus_Error) Descriptor ¶
func (*ResponseStatus_Error) Descriptor() ([]byte, []int)
func (*ResponseStatus_Error) GetMessage ¶
func (m *ResponseStatus_Error) GetMessage() string
func (*ResponseStatus_Error) GetSlug ¶
func (m *ResponseStatus_Error) GetSlug() string
func (*ResponseStatus_Error) ProtoMessage ¶
func (*ResponseStatus_Error) ProtoMessage()
func (*ResponseStatus_Error) Reset ¶
func (m *ResponseStatus_Error) Reset()
func (*ResponseStatus_Error) String ¶
func (m *ResponseStatus_Error) String() string
func (*ResponseStatus_Error) XXX_DiscardUnknown ¶
func (m *ResponseStatus_Error) XXX_DiscardUnknown()
func (*ResponseStatus_Error) XXX_Marshal ¶
func (m *ResponseStatus_Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseStatus_Error) XXX_Merge ¶
func (m *ResponseStatus_Error) XXX_Merge(src proto.Message)
func (*ResponseStatus_Error) XXX_Size ¶
func (m *ResponseStatus_Error) XXX_Size() int
func (*ResponseStatus_Error) XXX_Unmarshal ¶
func (m *ResponseStatus_Error) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.