2 Star 1 Fork 3

NanhuLab/tcas-cli

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
urls.go 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
chase 提交于 2024-09-13 11:46 +08:00 . [auth] support authentication
/*
* @Author: jffan
* @Date: 2024-07-31 15:01:17
* @LastEditTime: 2024-08-21 10:33:18
* @LastEditors: jffan
* @FilePath: \gitee-tcas\manager\urls.go
* @Description: Define the constant for the request
*/
package manager
// The backend interface address
const (
NonceGetInterface = "/v1/nonce"
PolicyUrl = "/v1/policy"
SecretUrl = "/v1/secret"
SecretListUrl = "/v1/secret/list"
NonceUrl = "/v1/nonce"
AttestUrl = "/v1/attest"
CaUrl = "/v1/pki/ca"
AttestCertUrl = "/v1/attest/getcert"
AttestSecretUrl = "/v1/attest/getsecret"
LoginUrl = "/v1/user/login"
UserInfo = "/v1/user/info"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nanhu-lab/tcas-cli.git
git@gitee.com:nanhu-lab/tcas-cli.git
nanhu-lab
tcas-cli
tcas-cli
v0.0.2

搜索帮助