Documentation
¶
Index ¶
- func NewTFEAPI(client tfeClient, authorizer *authz.Authorizer, signer tfeapi.Signer, ...) *tfe
- type API
- type Client
- func (c *Client) GetLockFile(ctx context.Context, runID resource.TfeID) ([]byte, error)
- func (c *Client) GetRun(ctx context.Context, runID resource.TfeID) (*run.Run, error)
- func (c *Client) GetRunPlanFile(ctx context.Context, runID resource.TfeID, format run.PlanFormat) ([]byte, error)
- func (c *Client) ListRuns(ctx context.Context, opts run.ListOptions) (*resource.Page[*run.Run], error)
- func (c *Client) PutChunk(ctx context.Context, opts run.PutChunkOptions) error
- func (c *Client) UploadLockFile(ctx context.Context, runID resource.TfeID, lockfile []byte) error
- func (c *Client) UploadRunPlanFile(ctx context.Context, runID resource.TfeID, plan []byte, format run.PlanFormat) error
- type RunClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
func (*API) AddHandlers ¶
type Client ¶
func (*Client) GetLockFile ¶
func (*Client) GetRunPlanFile ¶
func (*Client) UploadLockFile ¶
Click to show internal directories.
Click to hide internal directories.