MCPcopy Create free account
hub / github.com/encoder-run/operator / PostgresInput

Struct PostgresInput

pkg/graph/model/models_gen.go:104–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type PostgresInput struct {
105 External bool `json:"external"`
106 Host string `json:"host"`
107 Port int `json:"port"`
108 Username string `json:"username"`
109 Password string `json:"password"`
110 Database string `json:"database"`
111 SSLMode string `json:"SSLMode"`
112 Timezone string `json:"timezone"`
113}
114
115type Query struct {
116}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected