Adding remarks

pull/175/head
Robert Sigler 2023-02-23 14:34:30 -05:00
parent 39aa7c8e83
commit 9137335b5b
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ func (c *Client) GetAccountCurrentUser(ctx context.Context) (*Account, error) {
return &account, nil return &account, nil
} }
// AccountLookup returns the Account of specified acct uri.
func (c *Client) AccountLookup(ctx context.Context, acct string) (*Account, error) { func (c *Client) AccountLookup(ctx context.Context, acct string) (*Account, error) {
var account Account var account Account
params := url.Values{} params := url.Values{}