📦 postgres

Co-Authored-By: Alireza Salary <arsmn1996@gmail.com>
This commit is contained in:
Fenny
2020-11-01 12:25:26 +01:00
parent 127aa2a67d
commit dd72caf629
9 changed files with 230 additions and 20 deletions

View File

@@ -18,6 +18,7 @@ type Config struct {
// The network type, either tcp or unix.
// Default is tcp.
Network string
// host:port address.
Addr string