predictions

package
v1.1.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

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 PatchPredictionsBody struct {
	BroadcasterID    string `json:"broadcaster_id"`
	ID               string `json:"id"`
	Status           string `json:"status"`
	WinningOutcomeID string `json:"winning_outcome_id"`
}

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

Jump to

Keyboard shortcuts

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