Browse Source

schema: gofmt the generated code.

pull/468/head
Bobby Rullo 10 years ago
parent
commit
ce421a4dab
  1. 3
      schema/adminschema/v1-json.go
  2. 4
      schema/workerschema/README.md
  3. 3
      schema/workerschema/v1-json.go

3
schema/adminschema/v1-json.go

@ -1,4 +1,5 @@
package adminschema
//
// This file is automatically generated by schema/generator
//
@ -236,4 +237,4 @@ const DiscoveryJSON = `{
}
}
`
`

4
schema/workerschema/README.md

@ -192,8 +192,8 @@ A client with associated public metadata.
> |Name|Located in|Description|Required|Type|
|:-----|:-----|:-----|:-----|:-----|
| clientid | path | | Yes | string |
| userid | path | | Yes | string |
| clientid | path | | Yes | string |
> __Responses__
@ -218,8 +218,8 @@ A client with associated public metadata.
> |Name|Located in|Description|Required|Type|
|:-----|:-----|:-----|:-----|:-----|
| maxResults | query | | No | integer |
| nextPageToken | query | | No | string |
| maxResults | query | | No | integer |
> __Responses__

3
schema/workerschema/v1-json.go

@ -1,4 +1,5 @@
package workerschema
//
// This file is automatically generated by schema/generator
//
@ -339,4 +340,4 @@ const DiscoveryJSON = `{
}
}
}
`
`

Loading…
Cancel
Save