1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-03 23:30:39 +02:00
Files
CasaOS/types/persion.go

9 lines
219 B
Go
Raw Normal View History

package types
const PERSONADDFRIEND = "add_user"
2022-03-18 11:13:07 +08:00
const PERSONDOWNLOAD = "file_data"
const PERSONSUMMARY = "summary"
const PERSONCONNECTION = "connection"
const PERSONDIRECTORY = "directory"
const PERSONHELLO = "hello"