Skip to content

Commit

Permalink
oh windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Aug 13, 2021
1 parent d1bf220 commit 9fd5c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/agent/client_noagent.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ func DefaultClient(c *api.Client) (*Client, error) {
return client, nil
}

func (c *Client) Kill() error {
func (c *Client) Kill(ctx context.Context) error {
return nil
}

func (c *Client) Ping() (int, error) {
func (c *Client) Ping(ctx context.Context) (int, error) {
return 0, nil
}

Expand Down

0 comments on commit 9fd5c93

Please sign in to comment.