Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵ | Ben Morrison | 2019-06-11 | 1 | -3/+0 |
| | | | | ticker for intervals. | ||||
* | cache and db now use time.Ticker for events. refactored some initialization. | Ben Morrison | 2019-06-11 | 1 | -25/+15 |
| | |||||
* | explicit init of static assets and test template init were removed: redundant | Ben Morrison | 2019-06-09 | 1 | -27/+0 |
| | |||||
* | init staticAssets explicitly on startup | Ben Morrison | 2019-06-09 | 1 | -0/+36 |
| | |||||
* | sqlite functionality added | Ben Morrison | 2019-06-08 | 1 | -8/+4 |
| | |||||
* | cleaned up error handling | Ben Morrison | 2019-06-08 | 1 | -22/+8 |
| | |||||
* | database refs and static assets concurrency-safe | Ben Morrison | 2019-06-08 | 1 | -0/+7 |
| | |||||
* | moved type declarations into respective files | Ben Morrison | 2019-06-08 | 1 | -0/+16 |
| | |||||
* | renamed functions | Ben Morrison | 2019-06-06 | 1 | -19/+4 |
| | |||||
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -0/+130 |