Skip to content

Commit 43288fc

Browse files
committed
fix lint
1 parent 85bc8e2 commit 43288fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ func (c *Client) Seed(ctx context.Context, id vault.SeedID) (SeedResponse, error
8686
return resp, err
8787
}
8888

89+
// Seeds returns a paginated list of seeds in the vault.
8990
func (c *Client) Seeds(ctx context.Context, offset, limit int) ([]vault.SeedMeta, error) {
9091
var resp SeedsResponse
9192
err := c.c.GET(ctx, fmt.Sprintf("/seeds?offset=%d&limit=%d", offset, limit), &resp)

0 commit comments

Comments
 (0)