type
Preference
type Preference struct {
CollectionID schema.StableID
UserID string
Key string
Value json.RawMessage
UpdatedAt time.Time
}One opaque per-user setting.
CollectionIDschema.StableID- The CollectionID value.
UserIDstring- The UserID value.
Keystring- The Key value.
Valuejson.RawMessage- The Value value.
UpdatedAttime.Time- The UpdatedAt value.