mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 22:56:14 -06:00
drafting out test structs
This commit is contained in:
parent
ca69a4102b
commit
21ffcd98ec
6 changed files with 405 additions and 23 deletions
|
|
@ -50,9 +50,9 @@ func GenerateURIs(username string, protocol string, host string) *URIs {
|
|||
followersURI := fmt.Sprintf("%s/followers", userURI)
|
||||
collectionURI := fmt.Sprintf("%s/collections/featured", userURI)
|
||||
return &URIs{
|
||||
HostURL: hostURL,
|
||||
UserURL: userURL,
|
||||
StatusesURL: statusesURL,
|
||||
HostURL: hostURL,
|
||||
UserURL: userURL,
|
||||
StatusesURL: statusesURL,
|
||||
|
||||
UserURI: userURI,
|
||||
StatusesURI: statusesURI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue