Adding remarks
parent
39aa7c8e83
commit
9137335b5b
|
@ -70,6 +70,7 @@ func (c *Client) GetAccountCurrentUser(ctx context.Context) (*Account, error) {
|
|||
return &account, nil
|
||||
}
|
||||
|
||||
// AccountLookup returns the Account of specified acct uri.
|
||||
func (c *Client) AccountLookup(ctx context.Context, acct string) (*Account, error) {
|
||||
var account Account
|
||||
params := url.Values{}
|
||||
|
|
Loading…
Reference in New Issue