Documentation ¶ Index ¶ func Main(pkg string, version string, prov tfbridge.ProviderInfo) type DocKind type GitInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Main ¶ func Main(pkg string, version string, prov tfbridge.ProviderInfo) Main executes the TFGen process for the given package pkg and provider prov. Types ¶ type DocKind ¶ type DocKind string DocKind indicates what kind of entity's documentation is being requested. const ( // ResourceDocs indicates documentation pertaining to resource entities. ResourceDocs DocKind = "r" // DataSourceDocs indicates documentation pertaining to data source entities. DataSourceDocs DocKind = "d" ) type GitInfo ¶ type GitInfo struct { Repo string // the Git repo for this provider. Tag string // the Git tag info for this provider. Commit string // the Git commit info for this provider. } GitInfo contains Git information about a provider. Source Files ¶ View all Source files docs.gogenerate.gogenerate_go.gogenerate_nodejs.gogenerate_python.gogitinfo.gomain.go Click to show internal directories. Click to hide internal directories.