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

Add Go code generator plugin #23

Merged
merged 36 commits into from
Feb 2, 2017
Merged

Add Go code generator plugin #23

merged 36 commits into from
Feb 2, 2017

Commits on Jan 11, 2017

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

Commits on Jan 17, 2017

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

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    62ae6da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351ec9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90bb5ff View commit details
    Browse the repository at this point in the history
  4. Adjust a few type names.

    timburks committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    8da5e0a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. Configuration menu
    Copy the full SHA
    d03cae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1525cb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Configuration menu
    Copy the full SHA
    7fb037b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f9a64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df0119b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Configuration menu
    Copy the full SHA
    0a87c5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a093bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f7e97a View commit details
    Browse the repository at this point in the history
  4. Clean up Go bookstore generated client and server, add a Client struct.

    The Client struct encapsulates the service address.
    timburks committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    423d78c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e117ba3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80e275e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dd5477 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a47387 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Configuration menu
    Copy the full SHA
    c6da729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f05e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Add README and simplifications to the bookstore example that demonstr…

    …ates the OpenAPI Go generator plugin.
    timburks committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e4218e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5114f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57af19e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    829653e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    66d17d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4be34 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Simplify plugin interface.

    timburks committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    13c1362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f46b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32721c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f73f38 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Configuration menu
    Copy the full SHA
    e220249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6751a View commit details
    Browse the repository at this point in the history
  3. Simplified the user-generated bookstore service code and verified for…

    … App Engine and standalone use.
    timburks committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    edece67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72df854 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa6e028 View commit details
    Browse the repository at this point in the history