#generate proxy

#parsley-cli generate proxy

Generate generic proxy types for method call interception.

#Synopsis

Generates generic proxy types designed for method call interception on Go interfaces. These proxies act as intermediaries, allowing you to inject custom behavior—such as logging, validation, or transformation—before or after method execution.

parsley-cli generate proxy [flags]

#Options

-h, --help help for proxy

#SEE ALSO