Versions in this module Expand all Collapse all v1 v1.2.2 Dec 22, 2021 v1.2.1 Dec 22, 2021 Changes in this version + func Get(url string, result interface{}) error + func GetAddressFromControlProgram(prog []byte) string + func GetControlProgramFromAddress(address string) ([]byte, error) + func NewMySQLDB(cfg MySQLConfig) (*gorm.DB, error) + func Post(url string, payload []byte, result interface{}) error + type MySQLConfig struct + Connection MySQLConnection + LogMode bool + type MySQLConnection struct + DbName string + Host string + Password string + Port uint + Username string