Define Configuration Schema and Structs #19
Labels
config
enhancement
New feature or request
priority:medium
important features but less urgent
v1.0
anthing related to v1.0
Milestone
Define the Go struct that will represent the configuration file structure. Fields should include sections for
storage
,notification
,security
, andscheduling
, with all necessary sub-fields.Acceptance Criteria:
Configuration struct defined with proper tags for YAML parsing; default values are included for each section.
The text was updated successfully, but these errors were encountered: