Documentation
¶
Overview ¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchPredictionsBody ¶
type PostPredictionsBody ¶
type PostPredictionsBody struct {
BroadcasterID string `json:"broadcaster_id"`
Title string `json:"title"`
Outcomes []PostPredictionsBodyOutcomes `json:"outcomes"`
PredictionWindow int `json:"prediction_window"`
}
type PostPredictionsBodyOutcomes ¶
type PostPredictionsBodyOutcomes struct {
Title string `json:"title"`
}
type Predictions ¶
type Predictions struct{}
func (Predictions) GetRequiredScopes ¶
func (e Predictions) GetRequiredScopes(method string) []string
func (Predictions) Path ¶
func (e Predictions) Path() string
func (Predictions) ServeHTTP ¶
func (e Predictions) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (Predictions) ValidMethod ¶
func (e Predictions) ValidMethod(method string) bool
Click to show internal directories.
Click to hide internal directories.