Documentation ¶
Index ¶
- Variables
- type BeginTwitterAuthRequest
- type BeginTwitterAuthResponse
- func (*BeginTwitterAuthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BeginTwitterAuthResponse) GetRedirectUrl() string
- func (x *BeginTwitterAuthResponse) GetState() *OAuth2State
- func (*BeginTwitterAuthResponse) ProtoMessage()
- func (x *BeginTwitterAuthResponse) ProtoReflect() protoreflect.Message
- func (x *BeginTwitterAuthResponse) Reset()
- func (x *BeginTwitterAuthResponse) String() string
- type FinishTwitterAuthRequest
- func (*FinishTwitterAuthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FinishTwitterAuthRequest) GetReceivedCode() string
- func (x *FinishTwitterAuthRequest) GetReceivedState() string
- func (x *FinishTwitterAuthRequest) GetState() *OAuth2State
- func (*FinishTwitterAuthRequest) ProtoMessage()
- func (x *FinishTwitterAuthRequest) ProtoReflect() protoreflect.Message
- func (x *FinishTwitterAuthRequest) Reset()
- func (x *FinishTwitterAuthRequest) String() string
- type FinishTwitterAuthResponse
- func (*FinishTwitterAuthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FinishTwitterAuthResponse) GetIdToken() string
- func (*FinishTwitterAuthResponse) ProtoMessage()
- func (x *FinishTwitterAuthResponse) ProtoReflect() protoreflect.Message
- func (x *FinishTwitterAuthResponse) Reset()
- func (x *FinishTwitterAuthResponse) String() string
- type GetMeRequest
- type GetMeResponse
- func (*GetMeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetMeResponse) GetId() string
- func (*GetMeResponse) ProtoMessage()
- func (x *GetMeResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeResponse) Reset()
- func (x *GetMeResponse) String() string
- type GetStatusRequest
- type GetStatusResponse
- func (*GetStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStatusResponse) GetXClacksOverhead() string
- func (*GetStatusResponse) ProtoMessage()
- func (x *GetStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetStatusResponse) Reset()
- func (x *GetStatusResponse) String() string
- type ListListensRequest
- type ListListensResponse
- func (*ListListensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListListensResponse) GetListens() []*Listen
- func (*ListListensResponse) ProtoMessage()
- func (x *ListListensResponse) ProtoReflect() protoreflect.Message
- func (x *ListListensResponse) Reset()
- func (x *ListListensResponse) String() string
- type Listen
- func (*Listen) Descriptor() ([]byte, []int)deprecated
- func (x *Listen) GetCreatedAt() *timestamppb.Timestamp
- func (x *Listen) GetId() string
- func (x *Listen) GetIsrc() string
- func (x *Listen) GetListenedAt() *timestamppb.Timestamp
- func (x *Listen) GetSource() string
- func (*Listen) ProtoMessage()
- func (x *Listen) ProtoReflect() protoreflect.Message
- func (x *Listen) Reset()
- func (x *Listen) String() string
- type OAuth2State
- func (*OAuth2State) Descriptor() ([]byte, []int)deprecated
- func (x *OAuth2State) GetPkceCodeVerifier() string
- func (x *OAuth2State) GetState() string
- func (*OAuth2State) ProtoMessage()
- func (x *OAuth2State) ProtoReflect() protoreflect.Message
- func (x *OAuth2State) Reset()
- func (x *OAuth2State) String() string
Constants ¶
This section is empty.
Variables ¶
var File_mootslive_v1_mootslive_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BeginTwitterAuthRequest ¶
type BeginTwitterAuthRequest struct {
// contains filtered or unexported fields
}
func (*BeginTwitterAuthRequest) Descriptor
deprecated
func (*BeginTwitterAuthRequest) Descriptor() ([]byte, []int)
Deprecated: Use BeginTwitterAuthRequest.ProtoReflect.Descriptor instead.
func (*BeginTwitterAuthRequest) ProtoMessage ¶
func (*BeginTwitterAuthRequest) ProtoMessage()
func (*BeginTwitterAuthRequest) ProtoReflect ¶
func (x *BeginTwitterAuthRequest) ProtoReflect() protoreflect.Message
func (*BeginTwitterAuthRequest) Reset ¶
func (x *BeginTwitterAuthRequest) Reset()
func (*BeginTwitterAuthRequest) String ¶
func (x *BeginTwitterAuthRequest) String() string
type BeginTwitterAuthResponse ¶
type BeginTwitterAuthResponse struct { RedirectUrl string `protobuf:"bytes,1,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"` State *OAuth2State `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*BeginTwitterAuthResponse) Descriptor
deprecated
func (*BeginTwitterAuthResponse) Descriptor() ([]byte, []int)
Deprecated: Use BeginTwitterAuthResponse.ProtoReflect.Descriptor instead.
func (*BeginTwitterAuthResponse) GetRedirectUrl ¶
func (x *BeginTwitterAuthResponse) GetRedirectUrl() string
func (*BeginTwitterAuthResponse) GetState ¶
func (x *BeginTwitterAuthResponse) GetState() *OAuth2State
func (*BeginTwitterAuthResponse) ProtoMessage ¶
func (*BeginTwitterAuthResponse) ProtoMessage()
func (*BeginTwitterAuthResponse) ProtoReflect ¶
func (x *BeginTwitterAuthResponse) ProtoReflect() protoreflect.Message
func (*BeginTwitterAuthResponse) Reset ¶
func (x *BeginTwitterAuthResponse) Reset()
func (*BeginTwitterAuthResponse) String ¶
func (x *BeginTwitterAuthResponse) String() string
type FinishTwitterAuthRequest ¶
type FinishTwitterAuthRequest struct { State *OAuth2State `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` // received_state is the state url parameter received during the callback to // the webapp from the relying party. ReceivedState string `protobuf:"bytes,2,opt,name=received_state,json=receivedState,proto3" json:"received_state,omitempty"` ReceivedCode string `protobuf:"bytes,3,opt,name=received_code,json=receivedCode,proto3" json:"received_code,omitempty"` // contains filtered or unexported fields }
func (*FinishTwitterAuthRequest) Descriptor
deprecated
func (*FinishTwitterAuthRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinishTwitterAuthRequest.ProtoReflect.Descriptor instead.
func (*FinishTwitterAuthRequest) GetReceivedCode ¶
func (x *FinishTwitterAuthRequest) GetReceivedCode() string
func (*FinishTwitterAuthRequest) GetReceivedState ¶
func (x *FinishTwitterAuthRequest) GetReceivedState() string
func (*FinishTwitterAuthRequest) GetState ¶
func (x *FinishTwitterAuthRequest) GetState() *OAuth2State
func (*FinishTwitterAuthRequest) ProtoMessage ¶
func (*FinishTwitterAuthRequest) ProtoMessage()
func (*FinishTwitterAuthRequest) ProtoReflect ¶
func (x *FinishTwitterAuthRequest) ProtoReflect() protoreflect.Message
func (*FinishTwitterAuthRequest) Reset ¶
func (x *FinishTwitterAuthRequest) Reset()
func (*FinishTwitterAuthRequest) String ¶
func (x *FinishTwitterAuthRequest) String() string
type FinishTwitterAuthResponse ¶
type FinishTwitterAuthResponse struct { IdToken string `protobuf:"bytes,1,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` // contains filtered or unexported fields }
func (*FinishTwitterAuthResponse) Descriptor
deprecated
func (*FinishTwitterAuthResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinishTwitterAuthResponse.ProtoReflect.Descriptor instead.
func (*FinishTwitterAuthResponse) GetIdToken ¶
func (x *FinishTwitterAuthResponse) GetIdToken() string
func (*FinishTwitterAuthResponse) ProtoMessage ¶
func (*FinishTwitterAuthResponse) ProtoMessage()
func (*FinishTwitterAuthResponse) ProtoReflect ¶
func (x *FinishTwitterAuthResponse) ProtoReflect() protoreflect.Message
func (*FinishTwitterAuthResponse) Reset ¶
func (x *FinishTwitterAuthResponse) Reset()
func (*FinishTwitterAuthResponse) String ¶
func (x *FinishTwitterAuthResponse) String() string
type GetMeRequest ¶
type GetMeRequest struct {
// contains filtered or unexported fields
}
func (*GetMeRequest) Descriptor
deprecated
func (*GetMeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeRequest.ProtoReflect.Descriptor instead.
func (*GetMeRequest) ProtoMessage ¶
func (*GetMeRequest) ProtoMessage()
func (*GetMeRequest) ProtoReflect ¶
func (x *GetMeRequest) ProtoReflect() protoreflect.Message
func (*GetMeRequest) Reset ¶
func (x *GetMeRequest) Reset()
func (*GetMeRequest) String ¶
func (x *GetMeRequest) String() string
type GetMeResponse ¶
type GetMeResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*GetMeResponse) Descriptor
deprecated
func (*GetMeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeResponse.ProtoReflect.Descriptor instead.
func (*GetMeResponse) GetCreatedAt ¶
func (x *GetMeResponse) GetCreatedAt() *timestamppb.Timestamp
func (*GetMeResponse) GetId ¶
func (x *GetMeResponse) GetId() string
func (*GetMeResponse) ProtoMessage ¶
func (*GetMeResponse) ProtoMessage()
func (*GetMeResponse) ProtoReflect ¶
func (x *GetMeResponse) ProtoReflect() protoreflect.Message
func (*GetMeResponse) Reset ¶
func (x *GetMeResponse) Reset()
func (*GetMeResponse) String ¶
func (x *GetMeResponse) String() string
type GetStatusRequest ¶
type GetStatusRequest struct {
// contains filtered or unexported fields
}
func (*GetStatusRequest) Descriptor
deprecated
func (*GetStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStatusRequest.ProtoReflect.Descriptor instead.
func (*GetStatusRequest) ProtoMessage ¶
func (*GetStatusRequest) ProtoMessage()
func (*GetStatusRequest) ProtoReflect ¶
func (x *GetStatusRequest) ProtoReflect() protoreflect.Message
func (*GetStatusRequest) Reset ¶
func (x *GetStatusRequest) Reset()
func (*GetStatusRequest) String ¶
func (x *GetStatusRequest) String() string
type GetStatusResponse ¶
type GetStatusResponse struct { XClacksOverhead string `protobuf:"bytes,1,opt,name=x_clacks_overhead,json=xClacksOverhead,proto3" json:"x_clacks_overhead,omitempty"` // contains filtered or unexported fields }
func (*GetStatusResponse) Descriptor
deprecated
func (*GetStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStatusResponse.ProtoReflect.Descriptor instead.
func (*GetStatusResponse) GetXClacksOverhead ¶
func (x *GetStatusResponse) GetXClacksOverhead() string
func (*GetStatusResponse) ProtoMessage ¶
func (*GetStatusResponse) ProtoMessage()
func (*GetStatusResponse) ProtoReflect ¶
func (x *GetStatusResponse) ProtoReflect() protoreflect.Message
func (*GetStatusResponse) Reset ¶
func (x *GetStatusResponse) Reset()
func (*GetStatusResponse) String ¶
func (x *GetStatusResponse) String() string
type ListListensRequest ¶
type ListListensRequest struct {
// contains filtered or unexported fields
}
func (*ListListensRequest) Descriptor
deprecated
func (*ListListensRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListListensRequest.ProtoReflect.Descriptor instead.
func (*ListListensRequest) ProtoMessage ¶
func (*ListListensRequest) ProtoMessage()
func (*ListListensRequest) ProtoReflect ¶
func (x *ListListensRequest) ProtoReflect() protoreflect.Message
func (*ListListensRequest) Reset ¶
func (x *ListListensRequest) Reset()
func (*ListListensRequest) String ¶
func (x *ListListensRequest) String() string
type ListListensResponse ¶
type ListListensResponse struct { Listens []*Listen `protobuf:"bytes,1,rep,name=listens,proto3" json:"listens,omitempty"` // contains filtered or unexported fields }
func (*ListListensResponse) Descriptor
deprecated
func (*ListListensResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListListensResponse.ProtoReflect.Descriptor instead.
func (*ListListensResponse) GetListens ¶
func (x *ListListensResponse) GetListens() []*Listen
func (*ListListensResponse) ProtoMessage ¶
func (*ListListensResponse) ProtoMessage()
func (*ListListensResponse) ProtoReflect ¶
func (x *ListListensResponse) ProtoReflect() protoreflect.Message
func (*ListListensResponse) Reset ¶
func (x *ListListensResponse) Reset()
func (*ListListensResponse) String ¶
func (x *ListListensResponse) String() string
type Listen ¶
type Listen struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` Isrc string `protobuf:"bytes,4,opt,name=isrc,proto3" json:"isrc,omitempty"` ListenedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=listened_at,json=listenedAt,proto3" json:"listened_at,omitempty"` // contains filtered or unexported fields }
func (*Listen) Descriptor
deprecated
func (*Listen) GetCreatedAt ¶
func (x *Listen) GetCreatedAt() *timestamppb.Timestamp
func (*Listen) GetListenedAt ¶
func (x *Listen) GetListenedAt() *timestamppb.Timestamp
func (*Listen) ProtoMessage ¶
func (*Listen) ProtoMessage()
func (*Listen) ProtoReflect ¶
func (x *Listen) ProtoReflect() protoreflect.Message
type OAuth2State ¶
type OAuth2State struct { State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` PkceCodeVerifier string `protobuf:"bytes,2,opt,name=pkce_code_verifier,json=pkceCodeVerifier,proto3" json:"pkce_code_verifier,omitempty"` // contains filtered or unexported fields }
OAuth2State contains bits of state we need the client to hold during the OAuth2 3-legged flow. These values aren't something that need to be kept secret from the client.
func (*OAuth2State) Descriptor
deprecated
func (*OAuth2State) Descriptor() ([]byte, []int)
Deprecated: Use OAuth2State.ProtoReflect.Descriptor instead.
func (*OAuth2State) GetPkceCodeVerifier ¶
func (x *OAuth2State) GetPkceCodeVerifier() string
func (*OAuth2State) GetState ¶
func (x *OAuth2State) GetState() string
func (*OAuth2State) ProtoMessage ¶
func (*OAuth2State) ProtoMessage()
func (*OAuth2State) ProtoReflect ¶
func (x *OAuth2State) ProtoReflect() protoreflect.Message
func (*OAuth2State) Reset ¶
func (x *OAuth2State) Reset()
func (*OAuth2State) String ¶
func (x *OAuth2State) String() string