mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 10:22:14 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
|
|
package fs
|
||
|
|
|
||
|
|
type FSConfig struct {
|
||
|
|
Enabled bool
|
||
|
|
Path string
|
||
|
|
Compact bool
|
||
|
|
}
|