package main import ( "isle/bootstrap" ) func (ctx subCmdCtx) getHosts() ([]bootstrap.Host, error) { return ctx.getDaemonRPC().GetHosts(ctx) }