Skip to content

Commit

Permalink
add doc diff
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu committed May 19, 2022
1 parent 1cf3355 commit 876ad0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,9 @@ var doc = `{
},
"protocol": {
"type": "string"
},
"schema-registry": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,9 @@
},
"protocol": {
"type": "string"
},
"schema-registry": {
"type": "string"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ definitions:
type: array
protocol:
type: string
schema-registry:
type: string
type: object
model.Capture:
properties:
Expand Down

0 comments on commit 876ad0b

Please sign in to comment.