mirror of
https://github.com/ehang-io/nps
synced 2025-10-30 15:26:58 +08:00
module
This commit is contained in:
@@ -32,7 +32,7 @@ const (
|
||||
addrTypeNotSupported = 8
|
||||
)
|
||||
|
||||
func (request *Request) Run(ctx context.Context, config map[string]string) (context.Context, error) {
|
||||
func (request *Request) Run(ctx context.Context) (context.Context, error) {
|
||||
request.clientConn = request.GetClientConn(ctx)
|
||||
request.ctx = ctx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user