Files

8 lines
134 B
Go
Raw Permalink Normal View History

package model
type ClientConfig struct {
Key string `bson:"key"`
UserID string `bson:"user_id"`
Value string `bson:"value"`
}