Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateWorker(ctx context.Context, s Service) (uint64, error)
- func (c *Client) DestroyWorker(ctx context.Context, s Service, workerID uint64) error
- func (c *Client) Discover(ctx context.Context, serviceName string, outputCh chan<- Service) error
- func (c *Client) Execute(ctx context.Context, s Service, filePath string, args []string, ...) (int64, error)
- func (c *Client) GetInfo(ctx context.Context, id ID) (Service, error)
- func (c *Client) GetWorker(ctx context.Context, s Service, workerID uint64) (ID, error)
- type Endpoint
- type Error
- type ID
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateWorker ¶
func (*Client) DestroyWorker ¶
Click to show internal directories.
Click to hide internal directories.