Versions in this module Expand all Collapse all v1 v1.1.0 Sep 11, 2015 v1.0.0 Sep 10, 2015 Changes in this version + const MAXPORTS + type App struct + C C + DName string + Filepath string + History int + R *render.Render + S *mgo.Session + Version string + func New(o *O) *App + func (a *App) Auth() negroni.HandlerFunc + func (a *App) AuthProject() negroni.HandlerFunc + func (a *App) IndexHost(w http.ResponseWriter, req *http.Request) + func (a *App) IndexProject(w http.ResponseWriter, req *http.Request) + func (a *App) IsValidStatus(status string) bool + func (a *App) Mongo() negroni.HandlerFunc + func (a *App) RemoveFile(w http.ResponseWriter, req *http.Request) + func (a *App) Router() *mux.Router + func (a *App) ServeFile(w http.ResponseWriter, req *http.Request) + func (a *App) ShowProject(w http.ResponseWriter, req *http.Request) + func (a *App) UpdateProject(w http.ResponseWriter, req *http.Request) + func (a *App) UploadFile(w http.ResponseWriter, req *http.Request) + type C struct + AuthInterfaces string + Credentials string + Files string + Hosts string + Issues string + Netblocks string + People string + Projects string + Services string + Versions string + WebDirectories string + type O struct + DName string + Filepath string + S *mgo.Session + type Response struct + Message string + Status string + type User struct + Emails []struct{ ... } + ID string + Services struct{ ... }