package
Version:
v0.0.0-...-86514c6
Opens a new window with list of versions in this module.
Published: Jan 16, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DBMS = "mysql"
USER = "test_user"
PASS = "test_pass"
HOST = "localhost"
PORT = "3306"
DBNAME = "exampledb"
CONNECT = USER + ":" + PASS + "@tcp(" + HOST + ":" + PORT + ")/" + DBNAME + "?parseTime=true"
)
func Delete(original_id int)
削除
func SelectIdByOriginalId(original_id int) uint
コピー元のIDを元にレプリカのidを検索する
Source Files
¶
Click to show internal directories.
Click to hide internal directories.