Browse Source

Add build tags for TiKV filerstore

pull/2280/head
yulai.li 3 years ago
parent
commit
b17b81529e
  1. 5
      weed/filer/tikv/tikv.go
  2. 2
      weed/filer/tikv/tikv_store.go
  3. 2
      weed/filer/tikv/tikv_store_kv.go

5
weed/filer/tikv/tikv.go

@ -0,0 +1,5 @@
package tikv
/*
* This empty file is let go build can work without tikv tag
*/

2
weed/filer/tikv/tikv_store.go

@ -1,3 +1,5 @@
// +build tikv
package tikv
import (

2
weed/filer/tikv/tikv_store_kv.go

@ -1,3 +1,5 @@
// +build tikv
package tikv
import (

Loading…
Cancel
Save