storage/sds-storage/cluster_etcdint.go

8 lines
100 B
Go
Raw Permalink Normal View History

// +build cluster_etcdint
package main
import (
_ "github.com/sdstack/storage/cluster/etcdint"
)