Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
Upsert(ctx context.Context, resourceType automation.ResourceType, id string, data []byte) (result *automation.Response, err error)
}
type DummyClient ¶
type DummyClient struct { }
func (*DummyClient) Upsert ¶
func (c *DummyClient) Upsert(_ context.Context, _ automation.ResourceType, id string, _ []byte) (*automation.Response, error)
Click to show internal directories.
Click to hide internal directories.