github.com/cloud-foundations/dominator@v0.0.0-20221004181915-6e4fee580046/hypervisor/rpcd/replaceVmImage.go (about) 1 package rpcd 2 3 import ( 4 "github.com/Cloud-Foundations/Dominator/lib/srpc" 5 ) 6 7 func (t *srpcType) ReplaceVmImage(conn *srpc.Conn) error { 8 return t.manager.ReplaceVmImage(conn, conn.GetAuthInformation()) 9 }