Fred Liang

Results 4 issues of Fred Liang

**Success respond api comment:** ``` go // ... // @Success 200 {object} utils.UserList // ... ``` **Success respond object:** ```go type UserList struct { Message string `json:"message" example:"OK"` Code int...

Enable to use glebarez/sqlite with libSQL by allowing custom connection. For more information: https://github.com/go-gorm/sqlite/pull/185

# Union Type Deserialization Issue with ResponseInputItemUnionParam ## Problem Description When storing and retrieving `ResponseInputItemUnionParam` through JSON marshaling/unmarshaling, the `OfOutputMessage` field gets incorrectly deserialized as `OfMessage`, causing data type confusion...