mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Add status deletion
This commit is contained in:
parent
4d9e0af373
commit
5d58269132
7 changed files with 68 additions and 8 deletions
|
@ -10,6 +10,7 @@ var (
|
|||
|
||||
type Session struct {
|
||||
ID string `json:"id"`
|
||||
UserID string `json:"user_id"`
|
||||
InstanceDomain string `json:"instance_domain"`
|
||||
AccessToken string `json:"access_token"`
|
||||
CSRFToken string `json:"csrf_token"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue