Skip to content

Commit ff617ab

Browse files
committed
hasura: DatabaseUrl as interface{}
1 parent 1b7297d commit ff617ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hasura/requests.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ type Configuration struct {
4141
}
4242

4343
type ConnectionInfo struct {
44-
UsePreparedStatements bool `json:"use_prepared_statements"`
45-
IsolationLevel string `json:"isolation_level"`
46-
DatabaseUrl string `json:"database_url"`
44+
UsePreparedStatements bool `json:"use_prepared_statements"`
45+
IsolationLevel string `json:"isolation_level"`
46+
DatabaseUrl interface{} `json:"database_url"`
4747
}
4848

4949
// Source -

0 commit comments

Comments
 (0)