Versions in this module Expand all Collapse all v0 v0.0.1 Aug 15, 2022 Changes in this version + func GetGatewayWebsocketURI(discordApiGatewayURL string) (url.URL, error) + type GatewayWebsocketInformation struct + SessionStartLimit GatewayWebsocketInformationSessionStartLimit + Shards int + Url string + func GetGatewayWebsocketInformation(discordApiGatewayURL string, apiKey string) (GatewayWebsocketInformation, error) + type GatewayWebsocketInformationSessionStartLimit struct + MaxConcurrency int + Remaining int + ResetAfter int + Total int + type WebAPIError struct + JsonData []byte + func (wae WebAPIError) Error() string