kefu/types/mysql_config.go

10 lines
122 B
Go
Raw Permalink Normal View History

2024-12-10 02:50:12 +00:00
package types
type Mysql struct {
Server string
Port string
Database string
Username string
Password string
}