Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { File string Storage Storage Log Log Debug Debug HTTP HTTP GRPC GRPC Tracing Tracing Asset Asset TokenManager TokenManager }
Config combines all available configuration parts.
type Storage ¶
type Storage struct {
DataPath string
}
Storage defines the available storage configuration.
type TokenManager ¶
type TokenManager struct {
JWTSecret string
}
TokenManager is the config for using the reva token manager
Click to show internal directories.
Click to hide internal directories.