zitadel/internal/notification/channels/fs/config.go

8 lines
79 B
Go
Raw Normal View History

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