summary refs log tree commit diff stats
path: root/svc/cache.go
Commit message (Expand)AuthorAgeFilesLines
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...Ben Morrison2019-06-111-3/+0
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-111-25/+15
* explicit init of static assets and test template init were removed: redundantBen Morrison2019-06-091-27/+0
* init staticAssets explicitly on startupBen Morrison2019-06-091-0/+36
* sqlite functionality addedBen Morrison2019-06-081-8/+4
* cleaned up error handlingBen Morrison2019-06-081-22/+8
* database refs and static assets concurrency-safeBen Morrison2019-06-081-0/+7
* moved type declarations into respective filesBen Morrison2019-06-081-0/+16
* renamed functionsBen Morrison2019-06-061-19/+4
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+130
a title='author Ben Morrison <ben@gbmor.dev> 2019-06-06 01:23:44 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-06-06 01:23:44 -0400 moved initDatabase() to db.go' href='/gbmor/getwtxt/commit/svc/db.go?h=v0.4.11&id=439695f5521924833153852dc84040554e835f11'>439695f ^
439695f ^
a5a32e7 ^


439695f ^


a5a32e7 ^
78f4d8a ^
439695f ^


78f4d8a ^
e9d4a6b ^
439695f ^
439695f ^
439695f ^
1a15258 ^
439695f ^

fdd9bd0 ^








c8fddff ^

fdd9bd0 ^

1a15258 ^
c8fddff ^
e9d4a6b ^
c8fddff ^

930ef34 ^

e9d4a6b ^
c8fddff ^

fdd9bd0 ^
1a15258 ^
c8fddff ^
c8fddff ^
e9d4a6b ^
c8fddff ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74