# Packages
Package types contains all defined types
Copyright © 2021 Tonye Jack <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Package utils is a package that contains all the utility functions
Copyright © 2021 Tonye Jack <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
# Constants
AutoDocEnd placeholder that represents the end of the input table.
AutoDocStart placeholder that represents the start of the input table.
InputsHeader represents the markdown header of inputs.
NewLineSeparator used for splitting lines.
OutputsHeader represents the markdown header of outputs.
PipeSeparator represents the separator used for the distinguishing between columns.
SecretsHeader represents the markdown header of secrets.
# Variables
DefaultActionInputColumns default values.
DefaultActionOutputColumns default values.
DefaultReusableInputColumns default values.
DefaultReusableOutputColumns default values.
DefaultReusableSecretColumns default values.
InputAutoDocEnd is the end of the input.
InputAutoDocStart is the start of the input.
NoInputsMessage is the message printed when there are no inputs.
NoOutputsMessage is the message printed when there are no outputs.
NoSecretsMessage is the message printed when there are no secrets.
OutputAutoDocEnd is the end of the output.
OutputAutoDocStart is the start of the output.
SecretsAutoDocEnd is the end of the secrets.
SecretsAutoDocStart is the start of the secrets.