mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-25 05:47:57 +02:00
Renamed interfaces ListenImport|Export to ListensImport|Export
This commit is contained in:
parent
baed52dacc
commit
516de905bd
4 changed files with 11 additions and 11 deletions
|
@ -31,11 +31,11 @@ type Backend interface {
|
|||
FromConfig(config *viper.Viper) Backend
|
||||
}
|
||||
|
||||
type ListenExport interface {
|
||||
type ListensExport interface {
|
||||
ExportListens(oldestTimestamp time.Time) ([]Listen, error)
|
||||
}
|
||||
|
||||
type ListenImport interface {
|
||||
type ListensImport interface {
|
||||
ImportListens(listens []Listen, oldestTimestamp time.Time) (ImportResult, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue