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
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 BadgesResponse ¶
type BadgesResponse struct {
SetID string `json:"set_id"`
Versions []BadgesVersion `json:"versions"`
}
type BadgesVersion ¶
type ChannelBadges ¶
type ChannelBadges struct{}
func (ChannelBadges) GetRequiredScopes ¶
func (e ChannelBadges) GetRequiredScopes(method string) []string
func (ChannelBadges) Path ¶
func (e ChannelBadges) Path() string
func (ChannelBadges) ServeHTTP ¶
func (e ChannelBadges) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (ChannelBadges) ValidMethod ¶
func (e ChannelBadges) ValidMethod(method string) bool
type ChannelEmotes ¶
type ChannelEmotes struct{}
func (ChannelEmotes) GetRequiredScopes ¶
func (e ChannelEmotes) GetRequiredScopes(method string) []string
func (ChannelEmotes) Path ¶
func (e ChannelEmotes) Path() string
func (ChannelEmotes) ServeHTTP ¶
func (e ChannelEmotes) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (ChannelEmotes) ValidMethod ¶
func (e ChannelEmotes) ValidMethod(method string) bool
type EmoteSets ¶
type EmoteSets struct{}
func (EmoteSets) GetRequiredScopes ¶
func (EmoteSets) ValidMethod ¶
type EmotesImages ¶
type EmotesResponse ¶
type GlobalBadges ¶
type GlobalBadges struct{}
func (GlobalBadges) GetRequiredScopes ¶
func (e GlobalBadges) GetRequiredScopes(method string) []string
func (GlobalBadges) Path ¶
func (e GlobalBadges) Path() string
func (GlobalBadges) ServeHTTP ¶
func (e GlobalBadges) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (GlobalBadges) ValidMethod ¶
func (e GlobalBadges) ValidMethod(method string) bool
type GlobalEmotes ¶
type GlobalEmotes struct{}
func (GlobalEmotes) GetRequiredScopes ¶
func (e GlobalEmotes) GetRequiredScopes(method string) []string
func (GlobalEmotes) Path ¶
func (e GlobalEmotes) Path() string
func (GlobalEmotes) ServeHTTP ¶
func (e GlobalEmotes) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (GlobalEmotes) ValidMethod ¶
func (e GlobalEmotes) ValidMethod(method string) bool
Click to show internal directories.
Click to hide internal directories.