mirror of
https://github.com/rancher/steve.git
synced 2025-08-31 15:11:31 +00:00
testing
This commit is contained in:
@@ -10,11 +10,10 @@ import (
|
||||
type RouterFunc func(h Handlers) http.Handler
|
||||
|
||||
type Handlers struct {
|
||||
K8sResource http.Handler
|
||||
GenericResource http.Handler
|
||||
APIRoot http.Handler
|
||||
K8sProxy http.Handler
|
||||
Next http.Handler
|
||||
K8sResource http.Handler
|
||||
APIRoot http.Handler
|
||||
K8sProxy http.Handler
|
||||
Next http.Handler
|
||||
}
|
||||
|
||||
func Routes(h Handlers) http.Handler {
|
||||
|
Reference in New Issue
Block a user