Christian Schmied
366152c483
All checks were successful
go/folderwatcher/pipeline/head This commit looks good
6 lines
78 B
Go
6 lines
78 B
Go
package folderwatcher
|
|
|
|
type Config struct {
|
|
Folder string
|
|
Pattern string
|
|
}
|