Implement produce service

This commit is contained in:
2021-06-20 18:16:33 -04:00
parent c7cbd7df57
commit 0136e616fb
14 changed files with 537 additions and 37 deletions
+5
View File
@@ -0,0 +1,5 @@
package produce
const (
KeyProduceCode = "produce_code"
)