You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we're not doing anything useful with the existing "firstSeen" and "lastSeen" properties (the properties are inheriting their zero value, documented here: https://golang.org/pkg/time/#Time)
we're polluting the data properties in the cluster db record
A proposal: get rid of these two properties in the Cluster types we're using to submit to the database (or use another type definition); and then add these metadata in a meaningful way using a different type struct.
The text was updated successfully, but these errors were encountered:
There are really two issues:
data
properties in the cluster db recordA proposal: get rid of these two properties in the
Cluster
types we're using to submit to the database (or use another type definition); and then add these metadata in a meaningful way using a different type struct.The text was updated successfully, but these errors were encountered: