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 ChannelTeamResponse ¶
type ChannelTeamResponse struct {
ID string `json:"id"`
BackgroundImageUrl *string `json:"background_image_url"`
Banner *string `json:"banner"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
Info string `json:"info"`
ThumbnailURL string `json:"thumbnail_url"`
TeamName string `json:"team_name"`
TeamDisplayName string `json:"team_display_name"`
}
type ChannelTeams ¶
type ChannelTeams struct{}
func (ChannelTeams) GetRequiredScopes ¶
func (e ChannelTeams) GetRequiredScopes(method string) []string
func (ChannelTeams) Path ¶
func (e ChannelTeams) Path() string
func (ChannelTeams) ServeHTTP ¶
func (e ChannelTeams) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (ChannelTeams) ValidMethod ¶
func (e ChannelTeams) ValidMethod(method string) bool
Click to show internal directories.
Click to hide internal directories.