mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-25 06:13:03 +02:00
Added couple of func description comments
This commit is contained in:
@@ -163,6 +163,7 @@ func GetPath(pathKey string) string {
|
||||
|
||||
}
|
||||
|
||||
// WriteOption : Writes a key value pair option into the api shared database
|
||||
func WriteOption(optionKey string, optionValue string) {
|
||||
|
||||
db, err := sql.Open("sqlite3", GetSQLiteDbConnectionDetails())
|
||||
|
||||
Reference in New Issue
Block a user