mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-17 16:15:07 +00:00
67596ef0cc
json.Unmarshal expects a pointer receiver, otherwise kms.Context unmarshal fails with lack of pointer receiver, this becomes complicated due to type aliasing over map[string]string - fix it properly.