/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/stacks/stackruntime/hooks/doc.go
11 строк
418 B
Radek Simko
make copyrightfix
17 фев 2026, 16:56
17 фев 2026, 16:56
0fe906f
Код
Авторство
О чём код?
// Copyright IBM Corp. 2014, 2026 // 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