mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
8 lines
124 B
Go
8 lines
124 B
Go
package module
|
|
|
|
// Module represents the metadata for a single module.
|
|
type Module struct {
|
|
Name string
|
|
Source string
|
|
}
|