Expand description
Definitions for configuration structures and rules.
Structs§
- Allow
Overwrite - Helper type for config key
allow_overwrite - Context
Config - Templating values are defined in this section.
- DTConfig
- The configuration object deserialized from configuration file, every field of it is optional.
- Global
Config - Configures default behaviours.
- Group
- Configures how items are grouped.
- Group
Name - Helper type for a group’s name
- Hostname
Separator - Helper type for config key
hostname_sep - Ignore
Failure - Helper type for config key
ignore_failure - Renaming
Rule - A single renaming rule, used for generating names for target files which are different from their sources.
- Renaming
Rules - Helper type for config key
rename - Renderable
- Helper type for config key
renderable - Staging
Path - Helper type for config key
staging - Subgroup
Prefix - Helper type for config key
subgroup_prefix
Enums§
- DTScope
- Scope of a group, used to resolve priority of possibly duplicated items, to ensure every target path is pointed from only one source item.
- Sync
Method - Syncing methods.
Type Aliases§
- Local
Group - Configures how local items are grouped.
- Remote
Group - Configures how remote items are grouped.