github.com/jacobsoderblom/buffalo@v0.11.0/buffalo/cmd/filetests/apiapp.json (about)

     1  [{
     2    "path": "actions/app.go",
     3    "contains": [
     4      "app.Use(middleware.SetContentType(\"application/json\"))"
     5    ],
     6    "!contains": [
     7      "app.ServeFiles"
     8    ]
     9  }, {
    10    "path": "actions/home.go",
    11    "contains": [
    12      "r.JSON"
    13    ],
    14    "!contains": [
    15      "r.HTML"
    16    ]
    17  }, {
    18    "path": "actions/render.go",
    19    "!contains": [
    20      "HTMLLayout",
    21      "TemplatesBox",
    22      "Helpers"
    23    ]
    24  }, {
    25    "path": "templates",
    26    "absent": true
    27  }, {
    28    "path": "assets",
    29    "absent": true
    30  }, {
    31    "path": "public",
    32    "absent": true
    33  }]