Files
open-im-server/pkg/common/storage/model/client_config.go
T

8 lines
134 B
Go
Raw Normal View History

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