Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new KeepTree flag - allows to preserve tree struct for mocks #175

Merged
merged 2 commits into from
Aug 14, 2018

Commits on Nov 8, 2017

  1. Adding new KeepTree flag - allows to preserve tree struct for mocks

    * Using the keeptree flag allows to generate mocks in a different
    directory but keeping the original structure of the repo that is being mocked.
    
    * Very useful for kubernetes client-go that has sometimes 3 versions of the
    same interface name hence requires different folders. Easiest way is to keep the
    same tree structure as if it was "inPlace".
    
    * KeepTree flag is most useful when used with -all, -dir and -output.
    corentone committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    126a261 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    7f94f41 View commit details
    Browse the repository at this point in the history