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
}