Documentation
¶
Index ¶
- Constants
- func AddRandomJitter(duration time.Duration, jitterPercent int8) time.Duration
- func AddSliceToSliceIfNotExists(existsSlice []string, newSlice []string) []string
- func AddStringToSliceIfNotExists(slice []string, newItem string) []string
- func CalculateChecksum(diskPath string, relativePath string) (uint64, error)
- func CompareMaps(a, b map[string]interface{}) bool
- func SumMapValuesInt(m map[string]int) int
- func TablePathEncode(str string) string
- type EmptyMap
Constants ¶
View Source
const (
// TimeFormat - clickhouse compatibility time format
TimeFormat = "2006-01-02 15:04:05"
)
Variables ¶
This section is empty.
Functions ¶
func AddRandomJitter ¶ added in v2.6.25
func CalculateChecksum ¶ added in v2.6.30
CalculateChecksum calculates checksum for a file on a given disk
func CompareMaps ¶ added in v2.6.3
func SumMapValuesInt ¶
func TablePathEncode ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.