Commit Graph

10 Commits

Author SHA1 Message Date
Ben Morrison 538e305925
updating module to live at sourcehut
Also moving the 'registry' library into this repo, rather
than maintaining them separately. It will still be decoupled,
just live in this repository.
2020-06-20 02:27:31 -04:00
Ben Morrison e53b843a93
some functions were missing comments. added those in where needed. 2019-12-19 21:21:56 -05:00
Ben Morrison f13255f2e6
license notice at top of each file 2019-07-11 00:57:06 -04:00
Ben Morrison 37142b5d78
updated internal functionality for registry v0.4.0 2019-06-19 19:39:08 -04:00
Ben Morrison d20ad73467
mutex and readability cleanup 2019-06-13 22:52:36 -04:00
Ben Morrison 9c90526a24
removed mutex from remoteRegistries
slices are safe to use concurrently already.
leaving as a struct for possible expansion later.
2019-06-13 20:18:10 -04:00
Ben Morrison 1349bbc6e6
push() changes 2019-06-11 05:33:14 -04:00
Ben Morrison 367e44f691
eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker for intervals. 2019-06-11 04:54:52 -04:00
Ben Morrison 1d9cef515a
dbLevel.Push() and dbLevel.Pull() now expecting pointer receiver only 2019-06-11 04:54:48 -04:00
Ben Morrison a5a32e7a31
split db-specific funcs into separate files 2019-06-08 02:29:33 -04:00