mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 18:56:51 +00:00
7 lines
65 B
Go
7 lines
65 B
Go
![]() |
package fs
|
||
|
|
||
|
type FSConfig struct {
|
||
|
Enabled bool
|
||
|
Compact bool
|
||
|
}
|