Add utility functions on ResponseAttributes
for map-like getter/setter
#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For small instances of
ResponseAttributes
, it doesn't make sense to convert it to a hashmap before getting/setting attributes. It would be better if there was some api that would just iterate over the inner datastructure and fetch what you need.