diff --git a/accounts/pkg/proto/v0/bleve.go b/accounts/pkg/proto/v0/bleve.go deleted file mode 100644 index 66188d84b..000000000 --- a/accounts/pkg/proto/v0/bleve.go +++ /dev/null @@ -1,13 +0,0 @@ -package proto - -// BleveAccount wraps the generated Account and adds a bleve type that is used to distinguish documents in the index -type BleveAccount struct { - Account - BleveType string `json:"bleve_type"` -} - -// BleveGroup wraps the generated Group and adds a bleve type that is used to distinguish documents in the index -type BleveGroup struct { - Group - BleveType string `json:"bleve_type"` -}