Documentation ¶ Index ¶ func LogToEvent(log *parser.Log) axiom.Event type Config type Server func NewServer(client *axiom.Client, config *Config) (srv *Server, err error) func (srv *Server) Flush() error func (srv *Server) Run(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LogToEvent ¶ added in v0.3.0 func LogToEvent(log *parser.Log) axiom.Event Types ¶ type Config ¶ type Config struct { Dataset string AddrUDP string AddrTCP string } Config ... type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(client *axiom.Client, config *Config) (srv *Server, err error) func (*Server) Flush ¶ func (srv *Server) Flush() error func (*Server) Run ¶ func (srv *Server) Run(ctx context.Context) Source Files ¶ View all Source files config.go server.go Click to show internal directories. Click to hide internal directories.