Directories
¶
Path | Synopsis |
---|---|
Package config provides a way to configure gonawin app.
|
Package config provides a way to configure gonawin app. |
controllers
|
|
activities
Package activities provides the JSON handlers to get gonawin activities.
|
Package activities provides the JSON handlers to get gonawin activities. |
invite
Package invite provides the JSON handlers to send invitations to gonawin app.
|
Package invite provides the JSON handlers to send invitations to gonawin app. |
sessions
Package sessions provides the JSON handlers to handle connections to gonawin app.
|
Package sessions provides the JSON handlers to handle connections to gonawin app. |
tasks
Package tasks provides a set of handlers to perform long running tasks in gonawin app.
|
Package tasks provides a set of handlers to perform long running tasks in gonawin app. |
teams
Package teams provides the JSON handlers to handle teams data in gonawin app.
|
Package teams provides the JSON handlers to handle teams data in gonawin app. |
tournaments
Package tournaments provides the JSON handlers to handle tournaments data in gonawin app.
|
Package tournaments provides the JSON handlers to handle tournaments data in gonawin app. |
users
Package users provides the JSON handlers to handle users data in gonawin app.
|
Package users provides the JSON handlers to handle users data in gonawin app. |
Package gonawin provides starts a the gonawin web application.
|
Package gonawin provides starts a the gonawin web application. |
Package helpers provides a set of utility functions used across gonawin app.
|
Package helpers provides a set of utility functions used across gonawin app. |
auth
Package auth provides the functions needed to get a user information.
|
Package auth provides the functions needed to get a user information. |
handlers
Package handlers provides a set of functions to manipulate http.HandlerFunc at a route level.
|
Package handlers provides a set of functions to manipulate http.HandlerFunc at a route level. |
log
Package log provide a set of function to log in gonawin app.
|
Package log provide a set of function to log in gonawin app. |
memcache
Package memcache provides a set of functions to use memcache in gonawin.
|
Package memcache provides a set of functions to use memcache in gonawin. |
templates
Package templates provides a set of functions to encode data in a http.ResponseWriter.
|
Package templates provides a set of functions to encode data in a http.ResponseWriter. |
Package models provides the entities used in gonawin app.
|
Package models provides the entities used in gonawin app. |