Adding remarks
This commit is contained in:
parent
39aa7c8e83
commit
9137335b5b
1 changed files with 1 additions and 0 deletions
|
@ -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{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue