Skip to content

Commit

Permalink
Standardize watcher Download() interface
Browse files Browse the repository at this point in the history
Fixes #868

- Update existing watcher Download() method and interface signatures to
  take a destination filepath (string) instead of an io.Writer stream
- Add a `filewatcher.Download()` method
- Create a `minio.Download()` method and move implementation specific
  code from `serviceImpl.Download()` to it
- Update mocks
  • Loading branch information
djjuhasz committed Feb 23, 2024
1 parent b0e5362 commit 9cb1f5e
Show file tree
Hide file tree
Showing 14 changed files with 559 additions and 504 deletions.
43 changes: 21 additions & 22 deletions internal/api/auth/fake/mock_ticket_store.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9cb1f5e

Please sign in to comment.