Skip to content

feat: add config validation#68

Open
florianrusch wants to merge 6 commits into
mainfrom
18-provide-config-validation
Open

feat: add config validation#68
florianrusch wants to merge 6 commits into
mainfrom
18-provide-config-validation

Conversation

@florianrusch

@florianrusch florianrusch commented Apr 28, 2024

Copy link
Copy Markdown
Member

implements #18

@florianrusch florianrusch marked this pull request as ready for review April 29, 2024 04:54
@florianrusch florianrusch requested a review from a-mesin April 29, 2024 04:54
@florianrusch florianrusch linked an issue Apr 29, 2024 that may be closed by this pull request
3 tasks
@florianrusch florianrusch added the enhancement New feature or request label Apr 29, 2024
@florianrusch florianrusch self-assigned this Apr 29, 2024
@github-actions github-actions Bot added the ci label Apr 29, 2024
Comment thread internal/config/config.go
return nil, err
}

if err := validator.Validator.Struct(c); err != nil {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to check, if also the resource configs will be validated here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add config validation

1 participant