mirror of
https://github.com/safing/portbase
synced 2026-04-30 12:50:06 +00:00
Revamp feeder to accessor
This commit is contained in:
parent
b8e7f90dbe
commit
818cb332b4
8 changed files with 534 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue