mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-20 07:44:19 +01:00
feat: remove pkg dir
This commit is contained in:
10
util/types.go
Normal file
10
util/types.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package util
|
||||
|
||||
type ApiResponse struct {
|
||||
Error ErrorDescription `json:"error"`
|
||||
}
|
||||
|
||||
type ErrorDescription struct {
|
||||
Code string `json:"code"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user