diff options
Diffstat (limited to 'services/f3/driver/options/name.go')
-rw-r--r-- | services/f3/driver/options/name.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/f3/driver/options/name.go b/services/f3/driver/options/name.go new file mode 100644 index 0000000..9922d11 --- /dev/null +++ b/services/f3/driver/options/name.go @@ -0,0 +1,7 @@ +// Copyright Earl Warren <contact@earl-warren.org> +// Copyright Loïc Dachary <loic@dachary.org> +// SPDX-License-Identifier: MIT + +package options + +const Name = "internal_forgejo" |