Merge remote-tracking branch 'rem/v3' into v3
This commit is contained in:
@@ -1,11 +1,20 @@
|
||||
<<<<<<< HEAD
|
||||
package swagger
|
||||
=======
|
||||
package swagger_handler
|
||||
>>>>>>> rem/v3
|
||||
|
||||
import (
|
||||
"io/fs"
|
||||
"net/http"
|
||||
|
||||
<<<<<<< HEAD
|
||||
yamlcodec "go.unistack.org/micro-codec-yaml/v4"
|
||||
rutil "go.unistack.org/micro/v4/util/reflect"
|
||||
=======
|
||||
yamlcodec "go.unistack.org/micro-codec-yaml/v3"
|
||||
rutil "go.unistack.org/micro/v3/util/reflect"
|
||||
>>>>>>> rem/v3
|
||||
)
|
||||
|
||||
// Handler append to generated swagger data from dst map[string]interface{}
|
||||
|
||||
Reference in New Issue
Block a user