Authorization에 Create Time 추가

This commit is contained in:
2025-08-19 00:20:31 +09:00
parent 40baa86bd6
commit d00aaae839

View File

@ -20,6 +20,7 @@ type Authorization struct {
Platform string `bson:"p" json:"p"`
Uid string `bson:"u" json:"u"`
Alias string `bson:"al" json:"al"`
CreatedTime primitive.DateTime `bson:"ct" json:"ct"`
}
func (auth *Authorization) ToStrings() []string {