zitadel/internal/notification/channels/log/config.go
2023-03-16 17:24:30 +00:00

7 lines
64 B
Go

package log
type Config struct {
Enabled bool
Compact bool
}