Update department etc
This commit is contained in:
@@ -31,6 +31,7 @@ type Config struct {
|
||||
S3Config S3Config `mapstructure:"s3"`
|
||||
OnlyOffice OnlyOffice `mapstructure:"onlyoffice"`
|
||||
Novu Novu `mapstructure:"novu"`
|
||||
Department Department `mapstructure:"department"`
|
||||
}
|
||||
|
||||
var (
|
||||
@@ -93,3 +94,8 @@ type Novu struct {
|
||||
BaseURL string `mapstructure:"base_url"`
|
||||
IncomingLetterWorkflowID string `mapstructure:"incoming_letter_workflow_id"`
|
||||
}
|
||||
|
||||
type Department struct {
|
||||
ParentPath string `mapstructure:"parent_path"`
|
||||
ExcludedPaths []string `mapstructure:"excluded_paths"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user