Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lockfile ¶
type Lockfile struct {
Providers []ProviderBlock `hcl:"provider,block"`
}
func ReadLocksFromFile ¶
func (*Lockfile) GetProviderByAddress ¶
func (l *Lockfile) GetProviderByAddress(addr *ProviderAddress) *ProviderBlock
type ProviderAddress ¶
ProviderAddress encapsulates a single provider type. In the future this will be extended to include additional fields including Namespace and SourceHost
func (*ProviderAddress) String ¶
func (p *ProviderAddress) String() string
Click to show internal directories.
Click to hide internal directories.