mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 09:07:43 +00:00
7 lines
64 B
Go
7 lines
64 B
Go
package log
|
|
|
|
type Config struct {
|
|
Enabled bool
|
|
Compact bool
|
|
}
|