Skip to content

Commit 2a49232

Browse files
committed
.mbit
1 parent 0f25899 commit 2a49232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkg.generated.mbti

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package "bikallem/pgsql"
33

44
// Values
5+
pub fn config(String, String, String, host? : String, port? : Int, ssl_mode? : SslMode, read_timeout? : Int) -> Config
56

67
// Errors
78
pub suberror AuthError {
@@ -68,7 +69,6 @@ pub impl Show for ColumnInfo
6869
type Config
6970
pub fn Config::database(Self) -> String
7071
pub fn Config::host(Self) -> String
71-
#as_free_fn
7272
pub fn Config::new(String, String, String, host? : String, port? : Int, ssl_mode? : SslMode, read_timeout? : Int) -> Self
7373
pub fn Config::port(Self) -> Int
7474
pub fn Config::ssl_mode(Self) -> SslMode

0 commit comments

Comments
 (0)