refactor: use adaptor to do relay & test

This commit is contained in:
JustSong
2024-02-18 00:15:31 +08:00
parent d548a01c59
commit 1aa374ccfb
63 changed files with 1452 additions and 1332 deletions

6
relay/model/constant.go Normal file
View File

@@ -0,0 +1,6 @@
package model
const (
ContentTypeText = "text"
ContentTypeImageURL = "image_url"
)