github.com/yasker/longhorn-engine@v0.0.0-20160621014712-6ed6cfca0729/app/controller_tcmu.go (about) 1 // +build tcmu 2 3 package app 4 5 import ( 6 "github.com/rancher/longhorn/frontend/tcmu" 7 ) 8 9 func init() { 10 frontends["tcmu"] = tcmu.New() 11 }