Versions in this module Expand all Collapse all v1 v1.1.2 Apr 17, 2023 v1.1.1 Apr 17, 2023 Changes in this version + const PROTOCOL_RDP + const PROTOCOL_SSL + func Login(target, domain, username, password string) error + func LoginForRDP(target, domain, username, password string) error + func LoginForSSL(target, domain, username, password string) error + func VerifyProtocol(target string) string + type Client struct + Host string + func NewClient(host string, logLevel glog.LEVEL) *Client