aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/ydb/doc.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-05 15:34:37 -0700
committerGitHub <noreply@github.com>2022-05-05 15:34:37 -0700
commita69bf53405d703f29f7b8ca358c67840c2876499 (patch)
tree49b04327fc933d973d5eb872eec6446863467669 /weed/filer/ydb/doc.go
parentef6c6c450e1e062de1b0197ff0e1f83060c5f3b1 (diff)
parente6d2cb59111e73d97ecaf2c02d4a6d7d04f6fc3d (diff)
downloadseaweedfs-a69bf53405d703f29f7b8ca358c67840c2876499.tar.xz
seaweedfs-a69bf53405d703f29f7b8ca358c67840c2876499.zip
Merge pull request #2996 from kmlebedev/ydb
ydb filer store
Diffstat (limited to 'weed/filer/ydb/doc.go')
-rw-r--r--weed/filer/ydb/doc.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/weed/filer/ydb/doc.go b/weed/filer/ydb/doc.go
new file mode 100644
index 000000000..6ade3a8d8
--- /dev/null
+++ b/weed/filer/ydb/doc.go
@@ -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