updatet license, added file api docs

This commit is contained in:
2026-03-29 18:36:16 +02:00
parent 31fcdca726
commit 4484d762c2
12 changed files with 322 additions and 82 deletions
+13
View File
@@ -370,3 +370,16 @@ distclean-local:
rm -rf autom4te.cache
rm -rf $(DIST_DIR)
rm -rf tmp/
SWAG_OUTDIR = ./
SWAG_OPTS = --parseDependency \
--parseDepth 3 \
--exclude pkg,vendor \
--outputTypes yaml \
--output $(SWAG_OUTDIR)
apidoc:
mkdir -p $(SWAG_OUTDIR)
$(SWAG) init $(SWAG_OPTS) -g ./cmd/mstored/main.go