Skip to content

Commit

Permalink
feat: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgagangeek committed Jun 24, 2024
1 parent 528798f commit ae2c63c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/api/constants.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package api

const (
HeaderFormat = "X-Format"
HeaderCompatibility = "X-Compatibility"
HeaderSourceUrl = "X-SourceURL"
HeaderCommitSHA = "X-CommitSHA"
)

0 comments on commit ae2c63c

Please sign in to comment.