Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConfig ¶
type APIConfig struct { StaticDir string DBConfig *db.CouchDBConfig }
type APIServer ¶
type APIServer struct { // tables UserTable *db.CouchTable AlbumTable *db.CouchTable UsernameTable *db.CouchTable // contains filtered or unexported fields }
func CreateAPIServer ¶
CreateAPI creates a new APIServer instance
Click to show internal directories.
Click to hide internal directories.