Versions in this module Expand all Collapse all v1 v1.1.1 Feb 11, 2016 v1.1.0 Feb 2, 2016 Changes in this version + func Register(apiName string, priority int, producer producer, channels channels) + type Config struct + API string + Name string + RemoteAddress string + type EventLog interface + Close func() error + Name func() string + Open func(recordNumber uint64) error + Read func() ([]Record, error) + func New(config Config) (EventLog, error) + type Record struct + API string + Category string + ComputerName string + EventID uint32 + EventLogName string + Level string + Message string + MessageErr error + MessageInserts []string + RecordNumber uint64 + SourceName string + TimeGenerated time.Time + User *User + func (r Record) String() string + func (r Record) ToMapStr() common.MapStr + type User struct + Domain string + Identifier string + Name string + Type string + func (u User) String() string