mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-20 15:31:24 +02:00
added golangci-linting, refactor, simplified error msgs and fixed some error handling
This commit is contained in:
@@ -30,7 +30,7 @@ type StreamRoute struct {
|
||||
type StreamImpl interface {
|
||||
Setup() error
|
||||
Accept() (any, error)
|
||||
Handle(any) error
|
||||
Handle(conn any) error
|
||||
CloseListeners()
|
||||
String() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user