Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
Register registers an OpenFn under the name given, it is not safe to call Register from multiple goroutines
Register will panic if the name already exists
func WrapStorageService ¶
func WrapStorageService(search radio.SearchService, storage radio.StorageService) radio.StorageService
WrapStorageService wraps around a StorageService and intercepts calls to methods that mutate tracks in the TrackStorage interface. When such a mutation happens a background task is launched to update the SearchService given
Types ¶
Click to show internal directories.
Click to hide internal directories.