mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
11 lines
208 B
Go
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
|
|
}
|