Documentation
¶
Index ¶
Constants ¶
View Source
const ( METHOD_GET_VERSION = "getVersion" METHOD_WHOAMI = "whoami" METHOD_PING = "ping" METHOD_DIAGNOSTIC = "diagnostic" METHOD_NEW_TELEPORTATION = "newTeleportation" METHOD_CLOSE_TELEPORTATION = "closeTeleportation" METHOD_GET_TELEPORTATION = "getTeleportation" METHOD_LIST_TELEPORTATIONS = "listTeleportations" METHOD_TELEPORT = "teleport" METHOD_NEW_TRANSPORT = "newTransport" METHOD_CLOSE_TRANSPORT = "closeTransport" METHOD_GET_TRANSPORT = "getTransport" METHOD_LIST_TRANSPORTS = "listTransports" METHOD_CLOSE_CHANNEL = "closeChannel" METHOD_GET_CHANNEL = "getChannel" METHOD_LIST_CHANNELS = "listChannels" METHOD_LIST_CHANNELS_BY_TARGET = "listChannelsByTarget" STREAM_METHOD_WATCH_EVENTS = "watchEvents" )
Variables ¶
View Source
var (
ErrUnsupportedSDK, ErrUnsupportedSDKFn = errors.NewErrorAndErrorFunc[string]("unsupported sdk")
)
View Source
var RegisterNewSDKFunc, NewSDK = lib_registerer.Pair[SDK]()
Functions ¶
This section is empty.
Types ¶
type NewSDKOption ¶
type NewSDKOption = option.ApplyOption
type SDK ¶
type SDK = sdk_interface.SDK
Click to show internal directories.
Click to hide internal directories.