mirror of
https://github.com/openziti/zrok.git
synced 2025-06-30 14:30:30 +02:00
basic file source and usage ingester (#128)
This commit is contained in:
@ -12,6 +12,9 @@ func loadWebsocketSourceConfig(v interface{}, opts *cf.Options) (interface{}, er
|
||||
|
||||
type websocketSource struct{}
|
||||
|
||||
func (s *websocketSource) Start() (chan struct{}, error) {
|
||||
func (s *websocketSource) Start(events chan map[string]interface{}) (chan struct{}, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (s *websocketSource) Stop() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user