upda/server/constants_api.go

12 lines
243 B
Go
Raw Normal View History

2023-12-21 16:04:04 +00:00
package server
const (
HeaderAppName = "X-App-Name"
HeaderAppVersion = "X-App-Version"
HeaderWebhookToken = "X-Webhook-Token"
headerContentType = "Content-Type"
headerContentTypeApplicationJson = "application/json"
)