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

Struct Local

agent/utils/postgresql/client/local.go:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Local struct {
22 PrefixCommand []string
23 Database string
24 Username string
25 Password string
26 ContainerName string
27}
28
29func NewLocal(command []string, containerName, username, password, database string) *Local {
30 return &Local{PrefixCommand: command, ContainerName: containerName, Username: username, Password: password, Database: database}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected