mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 12:45:38 +01:00
8 lines
235 B
Go
8 lines
235 B
Go
package blockvolume
|
|
|
|
import (
|
|
// initialise all block providers
|
|
_ "github.com/gluster/glusterd2/plugins/blockvolume/blockprovider/gluster-block"
|
|
_ "github.com/gluster/glusterd2/plugins/blockvolume/blockprovider/gluster-virtblock"
|
|
)
|