package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create is a method to batch create terminal binding using given parameters.
Delete is a method to remove an existing user using given parameters.
ExtractTerminalBindings is a method to extract the list of terminal binding desktops information.
GetConfig is the method that used to query the current bind switch status.
List is the method that used to query terminal binding list using given parameters.
Update is a method used to change the specified binding configuration using givin parameters.
UpdateConfig is the method that used to update the bind switch status.
# Structs
CreateOpts is the structure required by the Create method to batch bind the terminals and desktop.
DeleteOpts is the structure required by the Update method to delete some binding configuration.
DeleteResult is the structure that represents the request response of the terminal binding.
ListOpts is the structure that used to query terminal binding list.
TerminalBindingInfo is the structure that represents the configuation of terminal binding.
TerminalBindingPage is a single page maximum result representing a query by offset page.
TerminalBindingResp is the structure that represents the bind information between MAC addresses and desktops.
UpdateConfigOpts is the structure that represents the bind switch status.
UpdateOpts is the structure that used to change the specified binding configuration.