mixroomapi

command module
v0.0.0-...-7f22e17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

README

mixroomAPI

API endpoints backend for mixroom in Go. (Front-end and Server found here)

Documentation

Overview

This is the API for sudopost

Directories

Path Synopsis
api
Config
CONFIG.GO SHOULD BE GITIGNORED -- DB & PORT INFO
CONFIG.GO SHOULD BE GITIGNORED -- DB & PORT INFO
DB
create.go -- DB queries that create objects db.go -- Database Connection for Application (moved everything into CRUD letter files for simplicity) >Keeping all DB access functions in this package to keep things clean delete.go -- DB queries that delete objects read.go -- DB queries that read objects update.go -- DB queries that edit objects
create.go -- DB queries that create objects db.go -- Database Connection for Application (moved everything into CRUD letter files for simplicity) >Keeping all DB access functions in this package to keep things clean delete.go -- DB queries that delete objects read.go -- DB queries that read objects update.go -- DB queries that edit objects
Models
group.go -- each group gets its own collection, this is just how we resolve permissions notification.go -- each group gets its own collection, this is just how we resolve permissions post.go -- models for post operations thread.go -- models for thread operations user.go -- models for user operations
group.go -- each group gets its own collection, this is just how we resolve permissions notification.go -- each group gets its own collection, this is just how we resolve permissions post.go -- models for post operations thread.go -- models for thread operations user.go -- models for user operations
Routes
User Routes that will be used to manage basic user management utils API Routes that will be used by the source of the application.
User Routes that will be used to manage basic user management utils API Routes that will be used by the source of the application.
Server
* * Server.go -- Starts Dartboard Server
* * Server.go -- Starts Dartboard Server
Util
util.go -- Utility functions to be used in main Currently just middleware functions
util.go -- Utility functions to be used in main Currently just middleware functions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL