Versions in this module Expand all Collapse all v0 v0.1.1 Feb 21, 2024 v0.1.0 Nov 13, 2023 Changes in this version + func NewClientMock() task.Client + func NewProviderMock(client task.Client) task.Provider + type ClientMock struct + func (m *ClientMock) Close() error + func (m *ClientMock) CreateTask(ctx context.Context, req *taskspb.CreateTaskRequest, opts ...gax.CallOption) (*taskspb.Task, error) + type ProviderMock struct + func (m *ProviderMock) NewClient() (task.Client, error)