mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Implement caching dns resolver
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
type noop struct{}
|
||||
|
||||
func (n noop) Send(ctx context.Context, evt mtglib.Event) {}
|
||||
func (n noop) Shutdown() {}
|
||||
|
||||
func NewNoopStream() mtglib.EventStream {
|
||||
return noop{}
|
||||
|
||||
Reference in New Issue
Block a user