seaweedfs/weed/command/update_full.go
MaratKarimov ba3afd1803
Tarantool filer store (#6669)
Co-authored-by: Marat Karimov <m.karimov@digitalms.ru>
2025-03-29 21:12:06 -07:00

10 lines
218 B
Go

//go:build elastic && gocdk && rclone && sqlite && tarantool && tikv && ydb
// +build elastic,gocdk,rclone,sqlite,tarantool,tikv,ydb
package command
// set true if gtags are set
func init() {
isFullVersion = true
}