mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
9 lines
244 B
Go
9 lines
244 B
Go
package data
|
|
|
|
const SessionCookieKey = "session"
|
|
const APIHeaderKey = "x-API"
|
|
const RequestAPISessionKey = "apiSession"
|
|
|
|
const SystemSessionID = "00000000-0000-0111-0777-000000000000"
|
|
const APISessionID = "00000000-0000-0100-0000-000000000000"
|