Documentation ¶
Overview ¶
Package readme is a Terraform provider for interacting with the ReadMe.com API.
Index ¶
- Constants
- func New(version string) func() provider.Provider
- func NewAPIRegistryDataSource() datasource.DataSource
- func NewAPISpecificationDataSource() datasource.DataSource
- func NewAPISpecificationResource() resource.Resource
- func NewAPISpecificationsDataSource() datasource.DataSource
- func NewCategoriesDataSource() datasource.DataSource
- func NewCategoryDataSource() datasource.DataSource
- func NewCategoryDocsDataSource() datasource.DataSource
- func NewCategoryResource() resource.Resource
- func NewChangelogDataSource() datasource.DataSource
- func NewChangelogResource() resource.Resource
- func NewCustomPageDataSource() datasource.DataSource
- func NewCustomPageResource() resource.Resource
- func NewCustomPagesDataSource() datasource.DataSource
- func NewDocDataSource() datasource.DataSource
- func NewDocResource() resource.Resource
- func NewDocSearchDataSource() datasource.DataSource
- func NewImageResource() resource.Resource
- func NewProjectDataSource() datasource.DataSource
- func NewVersionDataSource() datasource.DataSource
- func NewVersionResource() resource.Resource
- func NewVersionsDataSource() datasource.DataSource
Constants ¶
const ( // IDPrefix is the prefix used for ReadMe resource IDs. IDPrefix = "id:" // UUIDPrefix is the prefix used for ReadMe UUIDs. UUIDPrefix = "uuid:" )
Variables ¶
This section is empty.
Functions ¶
func NewAPIRegistryDataSource ¶
func NewAPIRegistryDataSource() datasource.DataSource
NewAPIRegistryDataSource is a helper function to simplify the provider implementation.
func NewAPISpecificationDataSource ¶
func NewAPISpecificationDataSource() datasource.DataSource
NewAPISpecificationDataSource is a helper function to simplify the provider implementation.
func NewAPISpecificationResource ¶
NewAPISpecificationResource is a helper function to simplify the provider implementation.
func NewAPISpecificationsDataSource ¶
func NewAPISpecificationsDataSource() datasource.DataSource
NewAPISpecificationDataSource is a helper function to simplify the provider implementation.
func NewCategoriesDataSource ¶
func NewCategoriesDataSource() datasource.DataSource
NewCategoriesDataSource is a helper function to simplify the provider implementation.
func NewCategoryDataSource ¶
func NewCategoryDataSource() datasource.DataSource
NewCategoryDataSource is a helper function to simplify the provider implementation.
func NewCategoryDocsDataSource ¶
func NewCategoryDocsDataSource() datasource.DataSource
NewCategoryDocsDataSource is a helper function to simplify the provider implementation.
func NewCategoryResource ¶
NewCategoryResource is a helper function to simplify the provider implementation.
func NewChangelogDataSource ¶ added in v0.3.0
func NewChangelogDataSource() datasource.DataSource
NewChangelogDataSource is a helper function to simplify the provider implementation.
func NewChangelogResource ¶ added in v0.3.0
NewChangelogResource is a helper function to simplify the provider implementation.
func NewCustomPageDataSource ¶
func NewCustomPageDataSource() datasource.DataSource
NewCustomPageDataSource is a helper function to simplify the provider implementation.
func NewCustomPageResource ¶
NewCustomPageResource is a helper function to simplify the provider implementation.
func NewCustomPagesDataSource ¶
func NewCustomPagesDataSource() datasource.DataSource
NewCustomPagesDataSource is a helper function to simplify the provider implementation.
func NewDocDataSource ¶
func NewDocDataSource() datasource.DataSource
NewDocDataSource is a helper function to simplify the provider implementation.
func NewDocResource ¶
NewDocResource is a helper function to simplify the provider implementation.
func NewDocSearchDataSource ¶
func NewDocSearchDataSource() datasource.DataSource
NewDocSearchDataSource is a helper function to simplify the provider implementation.
func NewImageResource ¶
NewImageResource is a helper function to simplify the provider implementation.
func NewProjectDataSource ¶
func NewProjectDataSource() datasource.DataSource
NewProjectDataSource is a helper function to simplify the provider implementation.
func NewVersionDataSource ¶
func NewVersionDataSource() datasource.DataSource
NewVersionDataSource is a helper function to simplify the provider implementation.
func NewVersionResource ¶
NewVersionResource is a helper function to simplify the provider implementation.
func NewVersionsDataSource ¶
func NewVersionsDataSource() datasource.DataSource
NewVersionsDataSource is a helper function to simplify the provider implementation.
Types ¶
This section is empty.
Source Files ¶
- api_registry_data_source.go
- api_specification_data_source.go
- api_specification_resource.go
- api_specifications_data_source.go
- categories_data_source.go
- category_data_source.go
- category_docs_data_source.go
- category_resource.go
- changelog_data_source.go
- changelog_resource.go
- custom_page.go
- custom_page_data_source.go
- custom_page_resource.go
- custom_pages_data_source.go
- doc.go
- doc_data_source.go
- doc_resource.go
- doc_search_data_source.go
- image_resource.go
- project_data_source.go
- provider.go
- version_data_source.go
- version_resource.go
- versions_data_source.go
Directories ¶
Path | Synopsis |
---|---|
package frontmatter includes types and functions that provide resource plan modifiers for using Markdown front matter for attribute values.
|
package frontmatter includes types and functions that provide resource plan modifiers for using Markdown front matter for attribute values. |