Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2016 Changes in this version + type Auth struct + func NewAuth(bot *GsBot, details *LogOnDetails, sentryPath string) *Auth + func (a *Auth) HandleEvent(event interface{}) + func (a *Auth) LogOn(details *LogOnDetails) + type Debug struct + func NewDebug(bot *GsBot, base string) (*Debug, error) + func (d *Debug) HandleEvent(event interface{}) + func (d *Debug) HandlePacket(packet *protocol.Packet) + type GsBot struct + Client *steam.Client + Log *log.Logger + func Default() *GsBot + type LogOnDetails struct + AuthCode string + Password string + Username string + type ServerList struct + func NewServerList(bot *GsBot, listPath string) *ServerList + func (s *ServerList) Connect() (bool, error) + func (s *ServerList) ConnectBind(laddr *net.TCPAddr) (bool, error) + func (s *ServerList) HandleEvent(event interface{})