Co-authored-by: matst80 <mats.tornberg@gmail.com> Reviewed-on: https://git.tornberg.me/mats/go-cart-actor/pulls/1
7 lines
64 B
Go
7 lines
64 B
Go
package main
|
|
|
|
const (
|
|
AddRequestType = 1
|
|
AddItemType = 2
|
|
)
|