Versions in this module Expand all Collapse all v0 v0.4.0 Dec 10, 2023 Changes in this version + func Deop(remoteConsole *rcon.RemoteConsole, users []string) error + func NewConn(hostPort, password string) (*rcon.RemoteConsole, error) + func Op(remoteConsole *rcon.RemoteConsole, users []string) error + func Whitelist(remoteConsole *rcon.RemoteConsole, action string, users []string) error + func WhitelistSwitch(remoteConsole *rcon.RemoteConsole, enabled bool) error + func Whitelistlist(remoteConsole *rcon.RemoteConsole) ([]string, error) v0.3.1 Nov 25, 2023 v0.3.0 Nov 25, 2023 Changes in this version + func Reload()