1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

add threat analyses

This commit is contained in:
Michael Jerger 2023-11-29 09:21:54 +01:00
parent a8d5e7ba77
commit eab016e896
4 changed files with 100 additions and 25 deletions

View file

@ -103,3 +103,5 @@ git reset --hard origin/forgejo-federated-star
# generate swagger api client
go run github.com/go-swagger/go-swagger/cmd/swagger@v0.30.5 generate client -f './templates/swagger/v1_json.tmpl' -c "modules/activitypub2" --operation 'activitypubPerson' --skip-models --existing-models 'github.com/go-ap/activitypub' --skip-validation
# Documentation for learn & reference