mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 13:01:34 -04:00
6 lines
76 B
Go
6 lines
76 B
Go
package terraform
|
|
|
|
type CallbackUIOutput struct {
|
|
OutputFun func(string)
|
|
}
|