crusttech / crust-server

Apache License 2.0
87 stars 21 forks source link

Messaging: migrate away from `type` columns #108

Open titpetric opened 5 years ago

titpetric commented 5 years ago

Looking at messaging, we have 3 cases where we still use type columns and .Type in structures:

We need to migrate away from using type keywords both in SQL and Go, and use kind/Kind. Need to coordinate this change with webapp*