Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Auth = goexec.AuthConstructors()
Auth exposes SCMR authentication constructors.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a GoExec-backed SCMR execution client.
func (*Client) Create ¶
func (c *Client) Create(serviceName string, executablePath string, args string, opts interface{}) map[string]interface{}
Create creates, starts, and cleans up a temporary service.
func (*Client) SetOptions ¶
func (c *Client) SetOptions(opts interface{})
SetOptions updates default execution options for future client calls.
Click to show internal directories.
Click to hide internal directories.