github.com/singlemusic/buffalo@v0.16.30/buffalo/cmd/filetests/apiapp.json (about)

     1  [{
     2    "path": "actions/app.go",
     3    "contains": [
     4      "app.Use(contenttype.Set(\"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      "DefaultContentType: \"application/json\","
    21    ],
    22    "!contains": [
    23      "HTMLLayout",
    24      "TemplatesBox",
    25      "Helpers"
    26    ]
    27  }, {
    28    "path": "templates",
    29    "absent": true
    30  }, {
    31    "path": "assets",
    32    "absent": true
    33  }, {
    34    "path": "public",
    35    "absent": true
    36  }]