gotosocial/internal/api/client/admin
tobi b6fbdc66c1
[chore] Deinterface processor and subprocessors (#1501)
* [chore] Deinterface processor and subprocessors

* expose subprocessors via function calls

* missing license header
2023-02-22 16:05:26 +01:00
..
accountaction.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
admin.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
admin_test.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
domainblockcreate.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
domainblockdelete.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
domainblockget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
domainblocksget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
emojicategoriesget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
emojicategoriesget_test.go [chore] Remove omitempty on account source; refactor tests to use prettyprint json (#1337) 2023-01-13 17:02:45 +01:00
emojicreate.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
emojicreate_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
emojidelete.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
emojidelete_test.go [chore] Remove omitempty on account source; refactor tests to use prettyprint json (#1337) 2023-01-13 17:02:45 +01:00
emojiget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
emojiget_test.go [chore] Remove omitempty on account source; refactor tests to use prettyprint json (#1337) 2023-01-13 17:02:45 +01:00
emojisget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
emojisget_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
emojiupdate.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
emojiupdate_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
mediacleanup.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
mediacleanup_test.go [chore] remove funky duplicate attachment in testrig (#1379) 2023-01-23 13:39:01 +01:00
mediarefetch.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
reportget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
reportresolve.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
reportresolve_test.go [feature] Implement reports admin API so admins can view + close reports (#1378) 2023-01-25 11:12:17 +01:00
reportsget.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
reportsget_test.go [bugfix] Fix account roles (#1542) 2023-02-20 17:00:44 +01:00