fix: Add "protocol" field into the readme of ai-proxy (#942)

This commit is contained in:
Kent Dong
2024-05-15 20:26:05 +08:00
committed by GitHub
parent 559a109ae5
commit 8736188e6a
3 changed files with 10 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ type ContextConfig struct {
serviceName string `required:"true" yaml:"serviceName" json:"serviceName"`
// @Title zh-CN 上游服务端口
// @Description zh-CN 文件服务所对应的网关内上游服务名称
servicePort int64 `required:"true" yaml:"serviceName" json:"serviceName"`
servicePort int64 `required:"true" yaml:"servicePort" json:"servicePort"`
fileUrlObj *url.URL `yaml:"-"`
}