Versions in this module Expand all Collapse all v0 v0.9.10 Nov 3, 2017 v0.9.9 Oct 18, 2017 Changes in this version + type Socket struct + func NewSocket(path string) (s *Socket, err error) + func (s *Socket) Close() error + func (s *Socket) Write(frame []byte) (int, error) + type TCP struct + func NewTCP(address string) *TCP + func (s *TCP) Close() error + func (s *TCP) Flush() error + func (s *TCP) Write(frame []byte) (n int, err error)