Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2014 Changes in this version + type Conn struct + func Dial(address string, port int, useTLS bool, insecureSSL bool, tdchan chan *TimeData) (*Conn, error) + func (c *Conn) Authenticate(username, password string) error + func (c *Conn) Post(p []byte, chunkSize int64) error + func (c *Conn) Quit() error + type Error struct + Code uint + Msg string + func (e Error) Error() string + type ProtocolError string + func (p ProtocolError) Error() string + type TimeData struct + Bytes int + Milliseconds int64