Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ Close
Method
Close
agent/utils/postgresql/client/remote.go:353–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
}
352
353
func
(r *Remote) Close() {
354
_ = r.Client.Close()
355
}
356
357
func
(r *Remote) ExecSQL(command string, timeout uint) error {
358
ctx, cancel := context.WithTimeout(context.Background(), time.Duration(timeout)*time.Second)
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected