mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
7 lines
64 B
Go
7 lines
64 B
Go
package log
|
|
|
|
type Config struct {
|
|
Enabled bool
|
|
Compact bool
|
|
}
|