mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-06-13 15:47:38 +08:00
fix: 修正 GetHTTPC 注释中方法名 typo
HTTPClient() → HTTPC() Alina Agent生成
This commit is contained in:
parent
9dcab4b1ae
commit
3c40a3d6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ func (c *Context) GetLoggerReco() *reco.Logger {
|
|||
// --- httpc 兼容函数 ---
|
||||
|
||||
// GetHTTPC 返回底层的 httpc.Client 实例
|
||||
// Deprecated: 使用 HTTPClient() 替代,新方法会自动关联请求 Context
|
||||
// Deprecated: 使用 HTTPC() 替代,新方法会自动关联请求 Context
|
||||
//
|
||||
//go:fix inline
|
||||
func (c *Context) GetHTTPC() *httpc.Client {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue