github.com/go-playground/webhooks/v6@v6.3.0/testdata/gogs/create-event.json (about)

     1  {
     2      "ref": "refs/heads/feature-branch",
     3      "ref_type": "branch",
     4      "repository": {
     5          "name": "repo",
     6          "full_name": "user/repo",
     7          "html_url": "https://gogs.example.com/user/repo",
     8          "clone_url": "https://gogs.example.com/user/repo.git"
     9      }
    10  }