Code

Added "sysdb" package providing core constants and types.
authorSebastian Harl <sh@tokkee.org>
Fri, 19 Sep 2014 01:46:11 +0000 (18:46 -0700)
committerSebastian Harl <sh@tokkee.org>
Fri, 19 Sep 2014 01:46:11 +0000 (18:46 -0700)
commit72a60afdded7d2751bfdc392931e96ec70dfa852
treeae8ac60a6bd3dd63ee745410ead21cb9a8c6ae9f
parentd0b4eb4d690dff7768b5ae588450fc202d286a6a
Added "sysdb" package providing core constants and types.

For now, provide constants for the log priorities and types describing stored
objects and time-series. All store related types support marshaling to and
unmarshaling from JSON.
README
sysdb/core.go [new file with mode: 0644]
sysdb/store.go [new file with mode: 0644]
sysdb/store_test.go [new file with mode: 0644]