1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
Commit graph

5 commits

Author SHA1 Message Date
84961abdf9
Add file.FSStack implementation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-06-10 16:58:44 +02:00
d67686d26f
Allow to set watcher to follow symlinks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-19 01:59:31 +01:00
59906b06e8
Fix: Tests broken after last change
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-18 15:37:42 +01:00
d1f1007b33
Fix logic bug in run loop, replace Stat with Lstat
in order to use a less expensive syscall when applied to symlinks like
in Kubernetes ConfigMap mounts

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-18 15:26:18 +01:00
36c4490cff
Implement file.Watcher
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-28 18:43:04 +01:00