| 102 | } |
| 103 | |
| 104 | type 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 | |
| 115 | type Query struct { |
| 116 | } |
nothing calls this directly
no outgoing calls
no test coverage detected