mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
had to work around a bunch of viper nonsense with handling string slices changed the validator.Check to use reflect.DeepEqual fixed a bug where env vars need to be reset between tests had to change the structure of pilosa.config to enable the passing of hosts as a slice of strings (it was a slice of structs which each just contained the string host.) so we lose some generality, but we weren't using it anyway. |
||
|---|---|---|
| .. | ||
| pilosa | ||
| pilosa-bench | ||
| backup.go | ||
| bench.go | ||
| check.go | ||
| config.go | ||
| export.go | ||
| import.go | ||
| inspect.go | ||
| restore.go | ||
| root.go | ||
| root_test.go | ||
| server.go | ||
| server_test.go | ||
| sort.go | ||