mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 22:26:15 -06:00
improve code comments
This commit is contained in:
parent
0fab27b0ea
commit
f79c36084f
3 changed files with 17 additions and 15 deletions
|
|
@ -39,7 +39,8 @@ import (
|
|||
"github.com/superseriousbusiness/gotosocial/internal/typeutils"
|
||||
)
|
||||
|
||||
// realSender is the production Web Push sender, backed by an HTTP client, DB, and worker pool.
|
||||
// realSender is the production Web Push sender,
|
||||
// backed by an HTTP client, DB, and worker pool.
|
||||
type realSender struct {
|
||||
httpClient *http.Client
|
||||
state *state.State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue