Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Functions ¶
Types ¶
type SendBatchFunc ¶ added in v0.0.15
type SendBatchFunc func(ctx context.Context, inst *client.Instance, req client.BatchCommandRequest) (*client.BatchCommandResponse, error)
SendBatchFunc is the function signature for sending a batch command to Unity. Injected so batchCmd can be tested without a real Unity connection.
Click to show internal directories.
Click to hide internal directories.