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

     1  [{
     2      "path": "actions/admin_users.go",
     3      "contains": [
     4        "type AdminUsersResource struct",
     5        "func (v AdminUsersResource)"
     6      ]
     7    },
     8    {
     9      "path": "actions/admin_users_test.go",
    10      "contains": [
    11        "package actions",
    12        "Test_AdminUsersResource_List"
    13      ]
    14    },
    15    {
    16      "path": "locales/admin/users.en-us.yaml",
    17      "absent": true
    18    },
    19    {
    20      "path": "models/admin_user.go",
    21      "contains": [
    22        "type AdminUser struct"
    23      ]
    24    }
    25  ]