Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodDoesNotExistError = "the method \"%v\" for struct \"%v\" does not exist" UnsupportedTargetTypeError = "passing in \"%v\" is not yet supported" InsufficientArgumentsError = "not enough arguments were passed in to setup the function parameter values" ParameterListGenerationError = "could not generate the necessary function parameters list" CannotConvertToDesiredValueTypeError = "cannot convert \"%v\" to \"%v\" as needed" UnsupportedConversionToDesiredValueTypeError = "fuego does not yet support converting attributes of type \"%v\"" )
Variables ¶
View Source
var ( // PrintToStdOut is used to determine if results should be printed to std out. Default is true but can be set to false prior to calling Fuego() PrintToStdOut = true // PrintToStdErr is used to determine if errors should be printed to std err. Default is true but can be set to false prior to calling Fuego() PrintToStdErr = true )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.