Initial commit
This commit is contained in:
7
api/context/context.go
Normal file
7
api/context/context.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package context
|
||||
|
||||
import "database/sql"
|
||||
|
||||
type Context struct {
|
||||
DB *sql.DB
|
||||
}
|
||||
Reference in New Issue
Block a user