chore: change module name to geekai, add copyright in source code

This commit is contained in:
RockYang
2024-05-06 14:41:27 +08:00
parent c0a7f41747
commit b130466c8f
116 changed files with 1322 additions and 403 deletions

View File

@@ -1,6 +1,6 @@
package vo
import "chatplus/core/types"
import "geekai/core/types"
type ChatRole struct {
BaseVo

View File

@@ -1,6 +1,6 @@
package vo
import "chatplus/core/types"
import "geekai/core/types"
type Config struct {
Id uint `json:"id"`

View File

@@ -1,7 +1,7 @@
package vo
import (
"chatplus/core/types"
"geekai/core/types"
)
type Order struct {

View File

@@ -1,6 +1,6 @@
package vo
import "chatplus/core/types"
import "geekai/core/types"
type PowerLog struct {
Id uint `json:"id"`

View File

@@ -1,7 +1,7 @@
package vo
import (
"chatplus/core/types"
"geekai/core/types"
"time"
)