mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-15 07:54:08 +02:00
wip
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package shadowsocks
|
||||
|
||||
import "context"
|
||||
|
||||
type noopService struct{}
|
||||
|
||||
func (n *noopService) Start(_ context.Context) (
|
||||
runError <-chan error, err error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (n *noopService) Stop() (err error) {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user