package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jul 18, 2019
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetAddressFromControlProgram(prog []byte) string
type MySQLConfig struct {
Connection MySQLConnection `json:"connection"`
LogMode bool `json:"log_mode"`
}
type MySQLConnection struct {
Host string `json:"host"`
Port uint `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
DbName string `json:"database"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.