package
0.0.2
Repository: https://github.com/downsized-devs/sdk-go.git
Documentation: pkg.go.dev

# README

How to use the generator

generator command

  go run main.go -entity_name=$entity_name -file_location=$file_location -api=$api
  • $entity_name is the entity name that you want to generate and writen in camel case
  • $file_location is the file location of generic-service in your local path
  • $api is optional api that you want to generate. The available options are create, edit, delete, get, activate if this value is empty generator will generate all of the API type. Api option is written with , as separator

# Packages

No description provided by the author
No description provided by the author
No description provided by the author