Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
Types ¶
type DatabaseSession ¶
func NewSession ¶
func NewSession(name string) *DatabaseSession
func (*DatabaseSession) Database ¶
func (session *DatabaseSession) Database() martini.Handler
type FileForm ¶
type FileForm struct { Name string `form:"name"` FileUpload *multipart.FileHeader `form:"fileUpload"` }
type Server ¶
type Server *martini.ClassicMartini
func NewServer ¶
func NewServer(session *DatabaseSession) Server
Click to show internal directories.
Click to hide internal directories.