diff --git a/structs.go b/structs.go index 160f056..cb64fca 100644 --- a/structs.go +++ b/structs.go @@ -8,4 +8,6 @@ type BackfeedItem struct { PrimaryShard byte SecondaryShard string Item []byte + SkipBloom bool + SkipFeed bool }