mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-12 17:18:34 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
![]() |
package fs
|
||
|
|
||
|
type FSConfig struct {
|
||
|
Enabled bool
|
||
|
Path string
|
||
|
Compact bool
|
||
|
}
|