cloud

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BeginLogin

func BeginLogin(email string) (challengeID uuid.UUID, err error)

func CompleteLogin

func CompleteLogin(email, otpCode, password string, challengeID uuid.UUID) (token string, err error)

func GetDeviceIoT

func GetDeviceIoT(serial string) (devices.IoT, error)

func GetDevices

func GetDevices() ([]devices.Device, error)

func SetServerRegion

func SetServerRegion(r ServerRegion)

func SetToken

func SetToken(t string)

Types

type AccountStatus

type AccountStatus string
const (
	AccountStatusActive       AccountStatus = "ACTIVE"
	AccountStatusUnregistered AccountStatus = "UNREGISTERED"
)

func GetUserStatus

func GetUserStatus(email string) (AccountStatus, error)

type ServerRegion

type ServerRegion int
const (
	RegionGlobal ServerRegion = iota
	RegionChina
)

Jump to

Keyboard shortcuts

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