package model
type UserInfo struct {
UID string `json:"uid"`
SID string `json:"sid"`
RPM int `json:"rpm"`
TPM int `json:"tpm"`
}