version 2

This commit is contained in:
John Guo
2021-10-11 21:41:56 +08:00
parent bea54b445e
commit 1bc0635f8b
1053 changed files with 2892 additions and 2892 deletions

View File

@ -12,11 +12,11 @@ package goai
import (
"context"
"fmt"
"github.com/gogf/gf/errors/gcode"
"github.com/gogf/gf/errors/gerror"
"github.com/gogf/gf/internal/intlog"
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/text/gstr"
"github.com/gogf/gf/v2/errors/gcode"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/internal/intlog"
"github.com/gogf/gf/v2/internal/json"
"github.com/gogf/gf/v2/text/gstr"
"reflect"
)

View File

@ -7,7 +7,7 @@
package goai
import (
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/v2/internal/json"
)
// Callback is specified by OpenAPI/Swagger standard version 3.0.

View File

@ -7,7 +7,7 @@
package goai
import (
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/v2/internal/json"
)
// Example is specified by OpenAPI/Swagger 3.0 standard.

View File

@ -7,7 +7,7 @@
package goai
import (
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/v2/internal/json"
)
// Header is specified by OpenAPI/Swagger 3.0 standard.

View File

@ -7,7 +7,7 @@
package goai
import (
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/v2/internal/json"
)
// Link is specified by OpenAPI/Swagger standard version 3.0.

View File

@ -7,12 +7,12 @@
package goai
import (
"github.com/gogf/gf/errors/gcode"
"github.com/gogf/gf/errors/gerror"
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/internal/structs"
"github.com/gogf/gf/text/gstr"
"github.com/gogf/gf/util/gconv"
"github.com/gogf/gf/v2/errors/gcode"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/internal/json"
"github.com/gogf/gf/v2/internal/structs"
"github.com/gogf/gf/v2/text/gstr"
"github.com/gogf/gf/v2/util/gconv"
)
// Parameter is specified by OpenAPI/Swagger 3.0 standard.

View File

@ -7,12 +7,12 @@
package goai
import (
"github.com/gogf/gf/errors/gcode"
"github.com/gogf/gf/errors/gerror"
"github.com/gogf/gf/internal/structs"
"github.com/gogf/gf/text/gstr"
"github.com/gogf/gf/util/gconv"
"github.com/gogf/gf/util/gmeta"
"github.com/gogf/gf/v2/errors/gcode"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/internal/structs"
"github.com/gogf/gf/v2/text/gstr"
"github.com/gogf/gf/v2/util/gconv"
"github.com/gogf/gf/v2/util/gmeta"
"reflect"
)

View File

@ -7,9 +7,9 @@
package goai
import (
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/internal/structs"
"github.com/gogf/gf/text/gstr"
"github.com/gogf/gf/v2/internal/json"
"github.com/gogf/gf/v2/internal/structs"
"github.com/gogf/gf/v2/text/gstr"
"reflect"
)

View File

@ -7,9 +7,9 @@
package goai
import (
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/internal/structs"
"github.com/gogf/gf/text/gstr"
"github.com/gogf/gf/v2/internal/json"
"github.com/gogf/gf/v2/internal/structs"
"github.com/gogf/gf/v2/text/gstr"
"reflect"
)

View File

@ -7,7 +7,7 @@
package goai
import (
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/v2/internal/json"
)
type SecurityScheme struct {

View File

@ -7,8 +7,8 @@
package goai
import (
"github.com/gogf/gf/internal/structs"
"github.com/gogf/gf/text/gstr"
"github.com/gogf/gf/v2/internal/structs"
"github.com/gogf/gf/v2/text/gstr"
"reflect"
)

View File

@ -7,10 +7,10 @@
package goai
import (
"github.com/gogf/gf/errors/gcode"
"github.com/gogf/gf/errors/gerror"
"github.com/gogf/gf/internal/json"
"github.com/gogf/gf/util/gconv"
"github.com/gogf/gf/v2/errors/gcode"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/internal/json"
"github.com/gogf/gf/v2/util/gconv"
"reflect"
)

View File

@ -9,9 +9,9 @@ package goai_test
import (
"context"
"fmt"
"github.com/gogf/gf/protocol/goai"
"github.com/gogf/gf/test/gtest"
"github.com/gogf/gf/util/gmeta"
"github.com/gogf/gf/v2/protocol/goai"
"github.com/gogf/gf/v2/test/gtest"
"github.com/gogf/gf/v2/util/gmeta"
"testing"
)