generated: ./hack/update-vendor.sh

This commit is contained in:
Jiahui (Jared) Feng
2021-11-15 15:54:59 -08:00
committed by Jiahui Feng
parent d7a3d5d19b
commit 73ffb49203
43 changed files with 276 additions and 111 deletions

View File

@@ -57,6 +57,11 @@ type PathHandler interface {
Handle(path string, handler http.Handler)
}
type PathHandlerByGroupVersion interface {
Handle(path string, handler http.Handler)
HandlePrefix(path string, handler http.Handler)
}
// Config is set of configuration for openAPI spec generation.
type Config struct {
// List of supported protocols such as https, http, etc.