2022-04-25 12:23:57 -05:00

10 lines
197 B
Go

package singleprocess
import (
"github.com/hashicorp/vagrant/internal/server/proto/vagrant_server"
)
func testServiceImpl(impl vagrant_server.VagrantServer) *service {
return impl.(*service)
}