package
0.0.2
Repository: https://github.com/badu/gokit-gen.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
transformer *Reply to *pb.Reply.
transformer *Request to *pb.Request.
transformer *pb.Reply to *Reply.
No description provided by the author
transformer *pb.Request to *Request.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
request and stream for half duplex.

# Interfaces

* type MysqlConfig struct { Host string `env:"DB_READ_HOST" envDefault:"local-example"` Port string `env:"DB_READ_PORT" envDefault:"3306"` ConnectionTimeout int `env:"DB_READ_CONNECTION_TIMEOUT" envDefault:"5"` MaxConnLifetime int `env:"DB_READ_MAX_CONN_LIFETIME" envDefault:"0"` MaxIdleConns int `env:"DB_READ_MAX_IDLE_CONNS" envDefault:"2"` MaxOpenConns int `env:"DB_READ_MAX_OPEN_CONNS" envDefault:"0"` ReadTimeout int `env:"DB_READ_READ_TIMEOUT" envDefault:"360"` Username string `env:"DB_READ_USERNAME" envDefault:"root"` Password string `env:"DB_READ_PASSWORD" envDefault:"foobar"` DatabaseName string `env:"DB_READ_DATABASE" envDefault:"example"` } **/* **/.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author