feat: zero value constant
This commit is contained in:
@@ -13,6 +13,12 @@ const (
|
|||||||
CUSTOMER = "customer"
|
CUSTOMER = "customer"
|
||||||
CONTRACT = "contract"
|
CONTRACT = "contract"
|
||||||
PRODUCT = "product"
|
PRODUCT = "product"
|
||||||
|
SUBSCRIBE = "subscribe"
|
||||||
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
NumberNull = 0
|
||||||
|
StringNull = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
var ctx = context.Background()
|
var ctx = context.Background()
|
||||||
|
|||||||
Reference in New Issue
Block a user