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
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 BitsLeaderboard ¶
type BitsLeaderboard struct{}
func (BitsLeaderboard) GetRequiredScopes ¶
func (e BitsLeaderboard) GetRequiredScopes(method string) []string
func (BitsLeaderboard) Path ¶
func (e BitsLeaderboard) Path() string
func (BitsLeaderboard) ServeHTTP ¶
func (e BitsLeaderboard) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (BitsLeaderboard) ValidMethod ¶
func (e BitsLeaderboard) ValidMethod(method string) bool
type BitsLeaderboardResponse ¶
type CheermoteImage ¶
type CheermoteImage struct { Dark CheermoteImageType `json:"dark"` Light CheermoteImageType `json:"light"` }
type CheermoteImageSizes ¶
type CheermoteImageType ¶
type CheermoteImageType struct { Animated CheermoteImageSizes `json:"animated"` Static CheermoteImageSizes `json:"static"` }
type Cheermotes ¶
type Cheermotes struct{}
func (Cheermotes) GetRequiredScopes ¶
func (e Cheermotes) GetRequiredScopes(method string) []string
func (Cheermotes) Path ¶
func (e Cheermotes) Path() string
func (Cheermotes) ServeHTTP ¶
func (e Cheermotes) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (Cheermotes) ValidMethod ¶
func (e Cheermotes) ValidMethod(method string) bool
type CheermotesResponse ¶
type CheermotesResponse struct {
Data []CheermotesResponseData `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.