Skip to content

Commit

Permalink
update files after rebase from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy PAGEARD committed Sep 26, 2018
1 parent 5a87683 commit bc610ef
Show file tree
Hide file tree
Showing 58 changed files with 5,512 additions and 3,790 deletions.
1 change: 1 addition & 0 deletions examples/clients/abe/.swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unset
8 changes: 4 additions & 4 deletions examples/clients/abe/a_bit_of_everything_nested.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
/*
* A Bit of Everything
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0
* API version: 1.0
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/

package abe
Expand All @@ -18,5 +18,5 @@ type ABitOfEverythingNested struct {

Amount int64 `json:"amount,omitempty"`

Ok NestedDeepEnum `json:"ok,omitempty"`
Ok *NestedDeepEnum `json:"ok,omitempty"`
}
Loading

0 comments on commit bc610ef

Please sign in to comment.