Documentation
¶
Index ¶
- func CustomRenderSignatures(signatures []*lsp.SignatureInformation) string
- func RenderBasicDataSourceInfo(dataSourceName string, dataSource *schema.DataSource) string
- func RenderBasicResourceInfo(resourceName string, resource *schema.Resource) string
- func RenderChildInfo(childName string, child *schema.Include) string
- func RenderDataSourceFieldInfo(dataSourceName string, dataSource *schema.DataSource, ...) string
- func RenderElemIndexRefInfo(resourceName string, resource *schema.Resource) string
- func RenderElemRefInfo(resourceName string, resource *schema.Resource, ...) string
- func RenderResourceDefinitionFieldInfo(resourceName string, resource *schema.Resource, ...) string
- func RenderValueInfo(valueName string, value *schema.Value) string
- func RenderVariableInfo(varName string, variable *schema.Variable) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomRenderSignatures ¶
func CustomRenderSignatures(signatures []*lsp.SignatureInformation) string
CustomRenderSignatures renders a list of signatures as a markdown string.
func RenderBasicDataSourceInfo ¶
func RenderBasicDataSourceInfo( dataSourceName string, dataSource *schema.DataSource, ) string
RenderBasicDataSourceInfo renders basic data source information for use in help info.
func RenderBasicResourceInfo ¶
RenderBasicResourceInfo renders basic resource information for use in help info.
func RenderChildInfo ¶
RenderChildInfo renders child blueprint information for use in help info.
func RenderDataSourceFieldInfo ¶
func RenderDataSourceFieldInfo( dataSourceName string, dataSource *schema.DataSource, dataSourceRef *substitutions.SubstitutionDataSourceProperty, dataSourceField *schema.DataSourceFieldExport, ) string
RenderDataSourceFieldInfo renders data source field information for use in help info.
func RenderElemIndexRefInfo ¶
RenderElemIndexRefInfo renders element index reference information for use in help info.
func RenderElemRefInfo ¶
func RenderElemRefInfo( resourceName string, resource *schema.Resource, elemRef *substitutions.SubstitutionElemReference, ) string
RenderElemRefInfo renders element reference information for use in help info.
func RenderResourceDefinitionFieldInfo ¶
func RenderResourceDefinitionFieldInfo( resourceName string, resource *schema.Resource, resRef *substitutions.SubstitutionResourceProperty, specFieldSchema *provider.ResourceDefinitionsSchema, ) string
RenderResourceDefinitionFieldInfo renders resource definition field information for use in help info.
func RenderValueInfo ¶
RenderValueInfo renders value information for use in help info.
Types ¶
This section is empty.