mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 10:00:44 -05:00
Rename opentf package to tofu (#466)
This commit is contained in:
10
internal/tofu/ui_output.go
Normal file
10
internal/tofu/ui_output.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
package tofu
|
||||
|
||||
// UIOutput is the interface that must be implemented to output
|
||||
// data to the end user.
|
||||
type UIOutput interface {
|
||||
Output(string)
|
||||
}
|
||||
Reference in New Issue
Block a user