mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 00:32:26 -05:00
linting + organizing
This commit is contained in:
parent
32c5fd987a
commit
dafc3b5b92
60 changed files with 746 additions and 390 deletions
|
|
@ -64,6 +64,7 @@ func (cs *clientStore) Delete(ctx context.Context, id string) error {
|
|||
return cs.db.DeleteByID(id, poc)
|
||||
}
|
||||
|
||||
// Client is a handy little wrapper for typical oauth client details
|
||||
type Client struct {
|
||||
ID string
|
||||
Secret string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue