Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderArguments ¶
func RenderArguments(signature *tfjson.FunctionSignature) (string, error)
RenderArguments returns a Markdown formatted string of the function arguments.
func RenderSignature ¶
func RenderSignature(funcName string, signature *tfjson.FunctionSignature) (string, error)
RenderSignature returns a Markdown formatted string of the function signature.
func RenderVariadicArg ¶
func RenderVariadicArg(signature *tfjson.FunctionSignature) (string, error)
RenderVariadicArg returns a Markdown formatted string of the variadic argument if it exists, otherwise an empty string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.