Files
larksuite-cli/cmd/api
shanglei 4e221ed3be refactor(client): PaginateToOutput takes an options struct
PaginateToOutput had 11 positional parameters (writers, callbacks, pagination
knobs), which read poorly at the call sites and invited positional-argument
mistakes. Introduce PaginateOutputOptions and reduce the signature to
(ctx, opts). The two production call sites (cmd/api, cmd/service) now pass named
fields; the pagination tests use a small adapter so each case stays one
statement. No behavior change.
2026-07-23 20:07:49 +08:00
..