mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-20 06:47:31 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
|
package fs
|
||
|
|
||
|
type FSConfig struct {
|
||
|
Enabled bool
|
||
|
Path string
|
||
|
Compact bool
|
||
|
}
|