Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrConversationTypeRange = warpErr(90010, "conversation id ranges from 0 to 15") ErrConversationNumberRange = warpErr(90011, "conversation contains at least one user") ErrTraceClosed = warpErr(90012, "trace closed") ErrDriveNotSupport = warpErr(90013, "unsupported driver") ErrToken = warpErr(10101, "invalid token") ErrHttpInvaildParam = warpErr(10001, "invalid parameter") ErrInternalServiceCallFailed = warpErr(10002, "internal service call failed") ErrNotAllowedRequest = warpErr(10003, "not allowed request") )
Functions ¶
func HttpResponeWarp ¶
func HttpResponeWarp[T any](data T) responseWarp[T]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.