sdk_core

package
v0.0.0-20240423 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

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