drafting out test structs

This commit is contained in:
tsmethurst
2021-04-05 20:34:56 +02:00
parent ca69a4102b
commit 21ffcd98ec
6 changed files with 405 additions and 23 deletions

View File

@ -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,