mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 03:39:58 +02:00
basic file source and usage ingester (#128)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package metrics
|
||||
|
||||
type Source interface {
|
||||
Start() (chan struct{}, error)
|
||||
Start(chan map[string]interface{}) (chan struct{}, error)
|
||||
Stop()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user