From ae2c63cc4e68b08d87f49c5817702152492eb747 Mon Sep 17 00:00:00 2001 From: "gagan.dhand" Date: Tue, 25 Jun 2024 00:11:07 +0530 Subject: [PATCH] feat: review comments --- internal/api/constants.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 internal/api/constants.go diff --git a/internal/api/constants.go b/internal/api/constants.go new file mode 100644 index 00000000..e6bc28a1 --- /dev/null +++ b/internal/api/constants.go @@ -0,0 +1,8 @@ +package api + +const ( + HeaderFormat = "X-Format" + HeaderCompatibility = "X-Compatibility" + HeaderSourceUrl = "X-SourceURL" + HeaderCommitSHA = "X-CommitSHA" +)