Documentation ¶
Overview ¶
Package api implements the REST api for tsuru.
It provides the REST api for managing users, teams, apps and services.
Index ¶
Constants ¶
View Source
const Version = "0.13.0-rc2"
Variables ¶
This section is empty.
Functions ¶
func RegisterHandler ¶
RegisterHandler inserts a handler on a list of handlers
Types ¶
type AdminRequiredHandler ¶
type AdminRequiredHandler authorizationRequiredHandler
func (AdminRequiredHandler) ServeHTTP ¶
func (fn AdminRequiredHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type PoolsByTeam ¶
type TsuruHandler ¶
type TsuruHandler struct {
// contains filtered or unexported fields
}
Source Files ¶
- actions.go
- app.go
- auth.go
- debug.go
- deploy.go
- doc.go
- handler.go
- healthcheck.go
- iaas.go
- idletracker.go
- index.go
- index_templates.go
- info.go
- log.go
- logtracker.go
- middleware.go
- permission.go
- plan.go
- platform.go
- pool.go
- pprof.go
- quota.go
- router.go
- saml.go
- server.go
- service_consumption.go
- service_provision.go
- shell.go
Click to show internal directories.
Click to hide internal directories.