mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
10 lines
252 B
Go
10 lines
252 B
Go
// Copyright 2022 Molecula Corp. (DBA FeatureBase).
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
package test
|
|
|
|
import pilosa "github.com/featurebasedb/featurebase/v3"
|
|
|
|
// Field represents a test wrapper for pilosa.Field.
|
|
type Field struct {
|
|
*pilosa.Field
|
|
}
|