chore(init): 初始化项目目录结构与 Go 模块
Some checks failed
GoLoom CI / Lint (push) Successful in 9m25s
GoLoom CI / Test (push) Failing after 24s
GoLoom CI / Build (push) Has been skipped
GoLoom CI / Docker Build (push) Has been skipped

This commit is contained in:
hhs
2026-06-09 23:53:08 +08:00
commit 018fe07773
20 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1 @@
package config

View File

@@ -0,0 +1 @@
package config

View File

@@ -0,0 +1 @@
package handler

View File

@@ -0,0 +1 @@
package llm

1
internal/llm/client.go Normal file
View File

@@ -0,0 +1 @@
package llm

1
internal/model/config.go Normal file
View File

@@ -0,0 +1 @@
package model

1
internal/model/types.go Normal file
View File

@@ -0,0 +1 @@
package model

View File

@@ -0,0 +1 @@
package service

View File

@@ -0,0 +1 @@
package service

1
internal/service/chat.go Normal file
View File

@@ -0,0 +1 @@
package service

View File

@@ -0,0 +1 @@
package service