github.com/Cloud-Foundations/Dominator@v0.3.4/imageunpacker/rpcd/getStatus.go (about) 1 package rpcd 2 3 import ( 4 "github.com/Cloud-Foundations/Dominator/lib/srpc" 5 proto "github.com/Cloud-Foundations/Dominator/proto/imageunpacker" 6 ) 7 8 func (t *srpcType) GetStatus(conn *srpc.Conn, request proto.GetStatusRequest, 9 reply *proto.GetStatusResponse) error { 10 *reply = t.unpacker.GetStatus() 11 return nil 12 }