ydb add empty doc file
This commit is contained in:
9
weed/filer/ydb/doc.go
Normal file
9
weed/filer/ydb/doc.go
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
Package ydb is for YDB filer store.
|
||||||
|
|
||||||
|
The referenced "github.com/ydb-platform/ydb-go-sdk/v3" library is too big when compiled.
|
||||||
|
So this is only compiled in "make full_install".
|
||||||
|
|
||||||
|
*/
|
||||||
|
package ydb
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
//go:build ydb
|
||||||
|
// +build ydb
|
||||||
|
|
||||||
package ydb
|
package ydb
|
||||||
|
|
||||||
import asql "github.com/chrislusf/seaweedfs/weed/filer/abstract_sql"
|
import asql "github.com/chrislusf/seaweedfs/weed/filer/abstract_sql"
|
||||||
|
|||||||
Reference in New Issue
Block a user