Revamp feeder to accessor

This commit is contained in:
Daniel 2018-09-07 19:14:58 +02:00
parent b8e7f90dbe
commit 818cb332b4
8 changed files with 534 additions and 1 deletions

View file

@ -19,7 +19,7 @@ func TestWrapper(t *testing.T) {
testData := []byte(`J{"a": "b"}`)
// test wrapper
wrapper, err := NewWrapper("test:a", nil, testData)
wrapper, err := NewWrapper("test:a", &Meta{}, testData)
if err != nil {
t.Fatal(err)
}