Documentation
¶
Index ¶
- Constants
- Variables
- func CreateDir(path string)
- func CreateTempDir() string
- func GetTestTmpDir(t *testing.T) string
- func IDs(ids ...int) []seq.ID
- func MakeHitsTotal() *prometheus.CounterVec
- func MakeTouchTotal() *prometheus.CounterVec
- func RandomString(minLen, maxLen int) string
- func RecreateDir(path string)
- func RemoveDir(path string)
- func ToBytesSlice(s []string) [][]byte
- func ToBytesSlice2d(s [][]string) [][][]byte
- func ToStringSlice(s [][]byte) []string
- func ToStringSlice2d(s [][][]byte) [][]string
Constants ¶
View Source
const ( MockHTTPPortStart = 6060 StorePortStart = 9991 IngestorPortStart = 9891 Localhost = "127.0.0.1" )
Variables ¶
Functions ¶
func CreateTempDir ¶
func CreateTempDir() string
func GetTestTmpDir ¶
func MakeHitsTotal ¶
func MakeHitsTotal() *prometheus.CounterVec
func MakeTouchTotal ¶
func MakeTouchTotal() *prometheus.CounterVec
func RandomString ¶
func RecreateDir ¶
func RecreateDir(path string)
func ToBytesSlice ¶
func ToBytesSlice2d ¶
func ToStringSlice ¶
func ToStringSlice2d ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.