package
Version:
v0.0.0-...-170c9a4
Opens a new window with list of versions in this module.
Published: Sep 30, 2019
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ConnectToMongo initiate connection with database
DeleteTodo deletes a todo by ID
GetAllTodos get all todos, literally
InsertTodo insert a todo in the db
type Config struct {
MongoIP string `config:"mongo_ip"`
Port uint32 `config:"port"`
}
Config mongo connection params
Source Files
¶
Click to show internal directories.
Click to hide internal directories.