Update zipkin to the newer version (#1205)
* Update zipkin to the newer version Also update thrift to use head commit Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update vendor directory. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
3527be6c00
commit
f6caa48b94
150 changed files with 4899 additions and 2890 deletions
1
vendor/github.com/go-openapi/spec/items.go
generated
vendored
1
vendor/github.com/go-openapi/spec/items.go
generated
vendored
|
@ -28,6 +28,7 @@ type SimpleSchema struct {
|
|||
Items *Items `json:"items,omitempty"`
|
||||
CollectionFormat string `json:"collectionFormat,omitempty"`
|
||||
Default interface{} `json:"default,omitempty"`
|
||||
Example interface{} `json:"example,omitempty"`
|
||||
}
|
||||
|
||||
func (s *SimpleSchema) TypeName() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue