MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Remote

Struct Remote

agent/utils/postgresql/client/remote.go:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type Remote struct {
60 Client *sql.DB
61 From string
62 Database string
63 User string
64 Password string
65 Address string
66 Port uint
67}
68
69func NewRemote(db Remote) *Remote {
70 return &db

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected