featurebase/test/field.go
2022-01-21 10:57:05 -07:00

11 lines
208 B
Go

// Copyright 2021 Molecula Corp. All rights reserved.
package test
import (
"github.com/molecula/featurebase/v3"
)
// Field represents a test wrapper for pilosa.Field.
type Field struct {
*pilosa.Field
}