mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-17 17:15:16 +00:00
10 lines
268 B
Go
10 lines
268 B
Go
package types
|
|
|
|
const PERSONADDFRIEND = "add_user"
|
|
const PERSONDOWNLOAD = "file_data"
|
|
const PERSONSUMMARY = "summary"
|
|
const PERSONCONNECTION = "connection"
|
|
const PERSONDIRECTORY = "directory"
|
|
const PERSONHELLO = "hello"
|
|
const PERSONCANCEL = "cancel" // Cancel Download
|