Skip to content

Commit

Permalink
mocks: generate all the other interfaces in radio.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie committed May 1, 2024
1 parent 85888b2 commit cbfc9c0
Show file tree
Hide file tree
Showing 2 changed files with 5,629 additions and 2,143 deletions.
2 changes: 1 addition & 1 deletion generate.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package radio

//go:generate go generate ./rpc/generate.go
//go:generate moq -out mocks/radio.gen.go -pkg mocks . StorageService StorageTx TrackStorage SubmissionStorage UserStorage ManagerService SearchService RequestStorage
//go:generate moq -out mocks/radio.gen.go -pkg mocks . SearchService ManagerService StreamerService QueueService AnnounceService StorageTx StorageService SessionStorageService SessionStorage QueueStorageService QueueStorage SongStorageService SongStorage TrackStorageService TrackStorage RequestStorageService RequestStorage UserStorageService UserStorage StatusStorageService StatusStorage NewsStorageService NewsStorage SubmissionStorageService SubmissionStorage RelayStorage RelayStorageService ScheduleStorageService ScheduleStorage
//go:generate moq -out mocks/templates.gen.go -pkg mocks ./templates/ Executor TemplateSelectable
//go:generate moq -out mocks/util.gen.go -pkg mocks ./mocks/ FS File FileInfo
Loading

0 comments on commit cbfc9c0

Please sign in to comment.