# Functions
LoadProjectFromDisk loads a Go project from the specified directory path.
No description provided by the author
NewGenerateMocksCommand creates a new cobra command to generate mock implementations for interfaces.
NewGenerateProxyCommand creates a new cobra.Command for generating proxy code, enabling method call interception for interfaces.
No description provided by the author
NewProjectFileScaffoldingWriterFactory creates a factory for generating file writers in a specified project directory.
NewVersionCommand creates a new cobra.Command that displays the current version of the Parsley CLI and checks for updates.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
MocksGeneratorBehavior defines different behaviors for mock generation, which influence how mocks are handled based on annotations.
ParsleyMockAnnotationAttribute represents an attribute used to manage the behavior of mocking annotations during code generation, such as including or ignoring specified interface mocks based on annotations.
ProjectLoaderFunc is a function type that loads a Go project given a project folder path.
ScaffoldingFileWriterFactoryFunc defines a function type that returns a generator.ScaffoldingFileWriterFunc.