opentofu/config/module/module.go
2014-09-14 16:17:29 -07:00

9 lines
139 B
Go

package module
// Module represents the metadata for a single module.
type Module struct {
Name string
Source string
Dir string
}