Files
diachron/monitor/filechange.go
2026-01-01 12:26:54 -06:00

7 lines
77 B
Go

package main
type FileChange struct {
Path string
Operation string
}