github.com/cloud-foundations/dominator@v0.0.0-20221004181915-6e4fee580046/fleetmanager/client/api.go (about)

     1  package client
     2  
     3  import (
     4  	"github.com/Cloud-Foundations/Dominator/lib/srpc"
     5  )
     6  
     7  func PowerOnMachine(client *srpc.Client, hostname string) error {
     8  	return powerOnMachine(client, hostname)
     9  }