Add core packages, configuration system, and initial application structure
This commit is contained in:
10
pkg/encoders/event/examples/eventcache.go
Normal file
10
pkg/encoders/event/examples/eventcache.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Package examples is an embedded jsonl format of a collection of events
|
||||
// intended to be used to test an event codec.
|
||||
package examples
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed out.jsonl
|
||||
var Cache []byte
|
||||
11596
pkg/encoders/event/examples/out.jsonl
Normal file
11596
pkg/encoders/event/examples/out.jsonl
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user