10 lines
197 B
Go
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)
|
|
}
|