Documentation
¶
Index ¶
- Variables
- func LogTest(f NewLogFunc) func(*testing.T)
- func LogTestConcurrent(f NewLogFunc) func(*testing.T)
- func LogTestGet(f NewLogFunc) func(*testing.T)
- func LogTestSimple(f NewLogFunc) func(*testing.T)
- func Register(name string, f NewLogFunc)
- func RunTests(t *testing.T)
- type Entry
- type Log
- type NewLogFunc
- Bugs
Constants ¶
This section is empty.
Variables ¶
View Source
var NewLogFuncs map[string]NewLogFunc
Functions ¶
func LogTest ¶
func LogTest(f NewLogFunc) func(*testing.T)
func LogTestConcurrent ¶
func LogTestConcurrent(f NewLogFunc) func(*testing.T)
func LogTestGet ¶
func LogTestGet(f NewLogFunc) func(*testing.T)
func LogTestSimple ¶
func LogTestSimple(f NewLogFunc) func(*testing.T)
func Register ¶
func Register(name string, f NewLogFunc)
Types ¶
type NewLogFunc ¶
Notes ¶
Bugs ¶
the iterators needs to be improved to handle these correctly (https://github.com/ssbc/margaret/issues/6)
{ name: "reverse and gte", values: []Entry{1, 2, 3, 4, 5}, result: []Entry{5, 4, 3, 2}, specs: []margaret.QueryOption{margaret.Reverse(true), margaret.Gte(int64(2))}, },
Click to show internal directories.
Click to hide internal directories.