Skip to content

Generate bru file from the geng #18

@mukezhz

Description

@mukezhz

Steps to accomplish:

  • read all the route.go file
  • find out the list of methods used by reading RegisterRoute function
  • read all the controller.go file
  • find out the list of dto or model used in controller's ShouldBind and Bind method
  • read all the dto or model and find the struct
  • after finding method from route, and model from controller we can generate bru file

Why generating bru from golang is better than golang from bru?

  • when we generate golang from bru there might be data loss

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions