This website requires JavaScript.
Explore
Help
Sign In
PenaSide
/
customer
Watch
3
Star
0
Fork
0
You've already forked customer
generated from
PenaSide/GolangTemplate
Code
Issues
1
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
f39e5a66f0
customer
/
internal
/
models
/
cart.go
8 lines
106 B
Go
Raw
Normal View
History
Unescape
Escape
feat: init cart controller
2023-05-19 06:57:36 +00:00
package
models
type
AddItemToCart
struct
{
feat: set access token on get tariffs
2023-06-29 13:31:16 +00:00
UserID
string
TariffID
string
AccessToken
string
feat: init cart controller
2023-05-19 06:57:36 +00:00
}
Reference in New Issue
Copy Permalink