mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 21:52:25 -05:00
finish writing code comments
This commit is contained in:
parent
a526541050
commit
2509cb83b7
5 changed files with 14 additions and 4 deletions
|
|
@ -30,7 +30,8 @@ import (
|
|||
"github.com/superseriousbusiness/gotosocial/internal/paging"
|
||||
)
|
||||
|
||||
// ListTimelineGet ...
|
||||
// ListTimelineGet gets a pageable timeline of statuses
|
||||
// in the list timeline of ID by the requesting account.
|
||||
func (p *Processor) ListTimelineGet(
|
||||
ctx context.Context,
|
||||
requester *gtsmodel.Account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue