Versions in this module Expand all Collapse all v0 v0.0.3 Apr 7, 2016 Changes in this version + type Config struct + Host string + SSLCrt string + SSLKey string + type LJServer struct + Config *Config + func (lj *LJServer) Init(config yaml.MapSlice, r input.Receiver) error + func (lj *LJServer) Start() error + func (lj *LJServer) Stop() error + type Parser struct + Conn net.Conn + Recv input.Receiver + func NewParser(c net.Conn, r input.Receiver) *Parser + func (p *Parser) Parse()