github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/buffalo/cmd/filetests/generate_action_with_method.json (about)

     1  [{
     2      "path": "actions/users.go",
     3      "contains": [
     4        "func UsersCreate(c buffalo.Context) error {"
     5      ]
     6    },
     7    {
     8      "path": "templates/users/update.html",
     9      "absent": true
    10    },
    11    {
    12      "path": "templates/users/update.plush.html",
    13      "absent": true
    14    },
    15    {
    16      "path": "actions/app.go",
    17      "contains": ["app.POST(\"/users/update\", UsersUpdate)"]
    18    }
    19  ]