From 3031f61ea41f674c0947531639f4359822bf718a Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 19 Sep 2024 22:18:22 +0800 Subject: [PATCH] :sparkles: Account deletion --- .idea/workspace.xml | 17 ++++-- go.mod | 2 +- go.sum | 2 + pkg/internal/models/tokens.go | 1 + pkg/internal/server/api/accounts_api.go | 31 ++++++++++ pkg/internal/server/api/index.go | 3 + pkg/internal/services/accounts.go | 78 ++++++++++++++++++++++++- pkg/internal/services/tokens.go | 27 +++++++++ 8 files changed, 154 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9e3de01..8b1d144 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,16 @@