mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
11 lines
417 B
Go
11 lines
417 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package hooks is part of an optional API for callers to get realtime
|
|
// notifications of various events during the stack runtime's plan and apply
|
|
// processes.
|
|
//
|
|
// [stackruntime.Hooks] is the main entry-point into this API. This package
|
|
// contains supporting types and functions that hook implementers will typically
|
|
// need.
|
|
package hooks
|