You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V is the same as Go, methods cannot use structures from external modules
Here is the gin api code:
r := gin.Default()
r.POST("/translation", gt_path.Translation)
r.POST("/aliyunoss", gt_path.Aliyunoss_api)
How to encapsulate V into a similar API that only requires a single line of code. No matter how complex the logic implemented in the subsequent functions is, only one line of code is needed to manage it. Very convenient
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
V is the same as Go, methods cannot use structures from external modules
Here is the gin api code:
How to encapsulate V into a similar API that only requires a single line of code. No matter how complex the logic implemented in the subsequent functions is, only one line of code is needed to manage it. Very convenient
Beta Was this translation helpful? Give feedback.
All reactions