mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-10-05 23:16:53 +08:00
fix mappers
This commit is contained in:
@@ -3,5 +3,5 @@ package probers
|
||||
import "github.com/flavioribeiro/donut/internal/entities"
|
||||
|
||||
type Prober interface {
|
||||
StreamInfo(req *entities.RequestParams) (map[entities.Codec]entities.Stream, error)
|
||||
StreamInfo(req *entities.RequestParams) (*entities.StreamInfo, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user