package
0.11.5
Repository: https://github.com/scottwinkler/terraform.git
Documentation: pkg.go.dev

# Packages

Package auth contains types and functions to manage authentication credentials for service hosts.
Package disco handles Terraform's remote service discovery protocol.

# Functions

ForComparison takes a user-specified hostname and returns a normalized form of it suitable for storage and comparison.
ForDisplay takes a user-specified hostname and returns a normalized form of it suitable for display in the UI.
IsValid returns true if the given user-specified hostname is a valid service hostname.

# Type aliases

Hostname is specialized name for string that indicates that the string has been converted to (or was already in) the storage and comparison form.