mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-03 08:55:14 +00:00
12 lines
154 B
Go
12 lines
154 B
Go
![]() |
package logstore
|
||
|
|
||
|
type Configs struct {
|
||
|
Access *Config
|
||
|
Execution *Config
|
||
|
}
|
||
|
|
||
|
type Config struct {
|
||
|
Database *EmitterConfig
|
||
|
Stdout *EmitterConfig
|
||
|
}
|