mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
9 lines
256 B
Go
9 lines
256 B
Go
// Copyright 2022 The Goploy Authors. All rights reserved.
|
|
// Use of this source code is governed by a GPLv3-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package config
|
|
|
|
const NamespaceHeaderName = "G-N-ID"
|
|
const ApiKeyHeaderName = "X-API-KEY"
|