AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
session_trash_meta.go
根目录
/
desktop
/
session_trash_meta.go
1
package main
2
3
type trashedSessionMeta struct {
4
Key string `json:"key"`
5
DeletedAt int64 `json:"deletedAt"`
6
Kind string `json:"kind,omitempty"`
7
}
8
8 lines
GO