folderwatcher/config.go
Christian Schmied 366152c483
All checks were successful
go/folderwatcher/pipeline/head This commit looks good
init
2024-09-26 12:34:36 +02:00

6 lines
78 B
Go

package folderwatcher
type Config struct {
Folder string
Pattern string
}