driftctl/test/tfe/tfe.go

12 lines
155 B
Go

package test_tfe
import "github.com/hashicorp/go-tfe"
type Workspaces interface {
tfe.Workspaces
}
type StateVersions interface {
tfe.StateVersions
}