chat

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: Apache-2.0 Imports: 8 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

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 BadgesVersion struct {
	ID         string `json:"id"`
	ImageURL1X string `json:"image_url_1x"`
	ImageURL2X string `json:"image_url_2x"`
	ImageURL4X string `json:"image_url_4x"`
}

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 (e EmoteSets) GetRequiredScopes(method string) []string

func (EmoteSets) Path

func (e EmoteSets) Path() string

func (EmoteSets) ServeHTTP

func (e EmoteSets) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (EmoteSets) ValidMethod

func (e EmoteSets) ValidMethod(method string) bool

type EmotesImages

type EmotesImages struct {
	ImageURL1X string `json:"url_1x"`
	ImageURL2X string `json:"url_2x"`
	ImageURL4X string `json:"url_4x"`
}

type EmotesResponse

type EmotesResponse struct {
	ID         string       `json:"id"`
	Name       string       `json:"name"`
	Images     EmotesImages `json:"images"`
	Tier       *string      `json:"tier,omitempty"`
	EmoteType  *string      `json:"emote_type,omitempty"`
	EmoteSetID *string      `json:"emote_set_id,omitempty"`
	OwnerID    *string      `json:"owner_id,omitempty"`
}

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

Jump to

Keyboard shortcuts

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