sdkmodel

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2021 License: Apache-2.0 Imports: 2 Imported by: 6

Documentation

Index

Constants

View Source
const (
	AUTH_INDEX = iota
	ACCOUNT_INDEX
	FILE_STORAGE_INDEX
	MESSAGING_INDEX
	DEVICE_INDEX
	DEVICE_ASSET_INDEX
	CONTRACT_INDEX
	LICENSE_INDEX
	LOCATION_INDEX
	VIDEO_STREAMING_INDEX

	REFRESH_TYPE AuthType = "refreshToken"
	CLIENT_TYPE  AuthType = "client"
	DEVICE_TYPE  AuthType = "device"
	NONE_TYPE    AuthType = "none"
	ALSTROEMERIA Stage    = "ALSTROEMERIA"
	VIOLA        Stage    = "VIOLA"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessToken

type AccessToken = string

type ApiGetStreamRequest

type ApiGetStreamRequest struct {
	ApiService                  *cios.PublishSubscribeApiService
	ChannelId                   string
	PackerFormatParam           *string
	AscendingParam              *bool
	ChannelProtocolVersionParam *int32
	LocationParam               *string
	LocationRangeParam          *string
	TimestampParam              *string
	TimestampRangeParam         *string
	LabelParam                  *string
	OffsetParam                 *int64
	LimitParam                  *int64
	TimeoutParam                *int
	SessionIdParam              *string
	ChannelProtocolIdParam      *string
}

func (ApiGetStreamRequest) Ascending

func (r ApiGetStreamRequest) Ascending(ascending bool) ApiGetStreamRequest

func (ApiGetStreamRequest) ChannelProtocolId

func (r ApiGetStreamRequest) ChannelProtocolId(channelProtocolId string) ApiGetStreamRequest

func (ApiGetStreamRequest) ChannelProtocolVersion

func (r ApiGetStreamRequest) ChannelProtocolVersion(channelProtocolVersion int32) ApiGetStreamRequest

func (ApiGetStreamRequest) Label

func (ApiGetStreamRequest) Limit

func (ApiGetStreamRequest) Location

func (r ApiGetStreamRequest) Location(location string) ApiGetStreamRequest

func (ApiGetStreamRequest) LocationRange

func (r ApiGetStreamRequest) LocationRange(locationRange string) ApiGetStreamRequest

func (ApiGetStreamRequest) Offset

func (ApiGetStreamRequest) PackerFormat

func (r ApiGetStreamRequest) PackerFormat(packerPacker string) ApiGetStreamRequest

func (ApiGetStreamRequest) SessionID

func (r ApiGetStreamRequest) SessionID(sessionID string) ApiGetStreamRequest

func (ApiGetStreamRequest) Timeout

func (r ApiGetStreamRequest) Timeout(timeout int) ApiGetStreamRequest

func (ApiGetStreamRequest) Timestamp

func (r ApiGetStreamRequest) Timestamp(timestamp string) ApiGetStreamRequest

func (ApiGetStreamRequest) TimestampRange

func (r ApiGetStreamRequest) TimestampRange(timestampRange string) ApiGetStreamRequest

type Assertion added in v0.0.2

type Assertion = string

type AuthType

type AuthType = string

type CIOSUrl

type CIOSUrl struct {
	LicenseUrl               string
	ContractUrl              string
	MessagingUrl             string
	LocationUrl              string
	AccountsUrl              string
	StorageUrl               string
	IamUrl                   string
	AuthUrl                  string
	VideoStreamingUrl        string
	DeviceManagementUrl      string
	DeviceMonitoringUrl      string
	DeviceAssetManagementUrl string
}

func PreUrls

func PreUrls() CIOSUrl

func ProdUrls

func ProdUrls() CIOSUrl

type ClientID

type ClientID = string

type ClientSecret

type ClientSecret = string

type ExpiresIn

type ExpiresIn = int

type RefreshToken added in v0.0.2

type RefreshToken = string

type Scope

type Scope = string

type Stage

type Stage = string

type TokenType

type TokenType = string

Jump to

Keyboard shortcuts

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