Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
func (*APIServer) Handler ¶
Handler returns the HTTP handler for this API server. This is used by the proxy to route API requests internally.
func (*APIServer) ListenAndServe ¶
type RateLimiter ¶
type RateLimiter struct {
// contains filtered or unexported fields
}
func NewRateLimiter ¶
func NewRateLimiter(r rate.Limit, b int) *RateLimiter
func (*RateLimiter) Middleware ¶
func (rl *RateLimiter) Middleware(next http.Handler) http.Handler
Source Files
¶
- constants.go
- containers.go
- handlers_deploy.go
- handlers_exec.go
- handlers_health.go
- handlers_image_layers.go
- handlers_image_upload.go
- handlers_logs.go
- handlers_rollback.go
- handlers_server_logs.go
- handlers_status.go
- handlers_stop.go
- handlers_tunnel.go
- handlers_version.go
- json.go
- middleware.go
- ratelimit.go
- routes.go
- server.go
- stream.go
Click to show internal directories.
Click to hide internal directories.