Versions in this module Expand all Collapse all v1 v1.2.0 Jul 25, 2018 Changes in this version + type Client struct + func New(hostName string, port int) *Client + func (c *Client) Ban(player string, timeout int) (string, error) + func (c *Client) ClearAll() (string, error) + func (c *Client) Exec(command string) (string, error) + func (c *Client) HungerRate(rate int) (string, error) + func (c *Client) Kick(player string) (string, error) + func (c *Client) Login(rconPassword string) error + func (c *Client) Notice(message string) (string, error) + func (c *Client) Save(file string) (string, error) + func (c *Client) Shutdown(message string, timeout int) (string, error) + func (c *Client) Status() (string, error) + func (c *Client) Unban(player string) (string, error)