🏗️ microservice fabric splitting
This commit is contained in:
6
common/constant/gender.go
Normal file
6
common/constant/gender.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
Female int64 = iota
|
||||
Male
|
||||
)
|
Reference in New Issue
Block a user