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