constants.go 109 B

1234567
  1. package constants
  2. const (
  3. X_PLUGIN_IDENTIFIER = "X-Plugin-Identifier"
  4. X_API_KEY = "X-Api-Key"
  5. )