1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-15 04:18:01 +00:00
zitadel/internal/notification/channels/fs/config.go
2023-03-16 17:24:30 +00:00

8 lines
79 B
Go

package fs
type Config struct {
Enabled bool
Compact bool
Path string
}