datasource/hbase_thrift/gen-go/hbase/hbase-consts.go (17 lines of code) (raw):
// Code generated by Thrift Compiler (0.17.0). DO NOT EDIT.
package hbase
import (
"bytes"
"context"
"errors"
"fmt"
"time"
thrift "github.com/apache/thrift/lib/go/thrift"
)
// (needed to ensure safety because of naive import list construction.)
var _ = thrift.ZERO
var _ = fmt.Printf
var _ = errors.New
var _ = context.Background
var _ = time.Now
var _ = bytes.Equal
func init() {
}