I want to create a map which can only have predefined keys.
for example
set of values be like "todo", "inprogress","done"
map[set]interface{}
I can think of struct will be helpful here but it will be very tedious.
Is there anything else we can use here?