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

8 lines
124 B
Go

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