Versions in this module Expand all Collapse all v2 v2.5.1 May 28, 2024 Changes in this version + func ReadLines(name string) []string + type LatencyMap struct + func NewLatencyMap() *LatencyMap + func (m *LatencyMap) Add(name string, dt time.Duration) + func (m *LatencyMap) Counts() map[string]int + func (m *LatencyMap) Get(name string) (count int, dt time.Duration) + type StatFS struct + func (r *StatFS) AddFile(name string, a fuse.Attr) + func (r *StatFS) OnAdd(ctx context.Context) v2.5.1-1 May 28, 2024