Versions in this module Expand all Collapse all v0 v0.5.0 Aug 12, 2020 Changes in this version + type Client struct + func New(options Options) Client + func (ac Client) GetRunStatus(ctx context.Context) (*controller.RunStatus, error) + func (ac Client) GetRunningJobs(ctx context.Context) ([]string, error) + type Options struct + ApiKey string + Host string + Port int + type Query interface + GetRunStatus func(ctx context.Context) (*controller.RunStatus, error) + GetRunningJobs func(ctx context.Context) ([]string, error)