traefik / paerser

Loads configuration from many sources
Apache License 2.0
54 stars 18 forks source link

fix: allow decoding of nested raw typed slices #15

Closed rtribotte closed 1 year ago

rtribotte commented 1 year ago

What does this PR do?

This PR is adding the decoding of raw typed slices in nested structs.

Motivation

Fixing https://github.com/traefik/traefik/issues/9638