testing

package
v3.14.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2017 License: Apache-2.0, Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeleteHostSQL = `DELETE FROM host WHERE id >= 36091 AND id <= 36095`
View Source
var DeleteNqmAgentPingtaskSQL = `DELETE FROM nqm_agent_ping_task WHERE apt_ag_id >= 24021 AND apt_ag_id <= 24025`
View Source
var DeleteNqmAgentSQL = `DELETE FROM nqm_agent WHERE ag_id >= 24021 AND ag_id <= 24025`
View Source
var DeleteNqmCacheAgentPingListLog = `
DELETE FROM nqm_cache_agent_ping_list_log
WHERE apll_ag_id>= 24021 AND  apll_ag_id<= 24022
`
View Source
var DeleteNqmTarget = `DELETE FROM nqm_target WHERE tg_id >= 40201 AND tg_id <= 40203`
View Source
var DeleteOwlGroupTag = `DELETE FROM owl_group_tag WHERE gt_id >= 23401 AND gt_id <= 23402`
View Source
var DeleteOwlNameTag = `DELETE FROM owl_name_tag WHERE nt_id = 3081`
View Source
var DeletePingtaskSQL = `DELETE FROM nqm_ping_task WHERE pt_id >= 10119`
View Source
var InitNqmAgentAndPingtaskSQL = []string{InsertPingtaskSQL, InsertHostSQL, InsertNqmAgentSQL}
View Source
var InsertHostSQL = `` /* 195-byte string literal not displayed */
View Source
var InsertNqmAgentSQL = `` /* 449-byte string literal not displayed */
View Source
var InsertNqmCacheAgentPingList = `` /* 210-byte string literal not displayed */
View Source
var InsertNqmCacheAgentPingListLog = `` /* 207-byte string literal not displayed */
View Source
var InsertNqmTarget = `` /* 270-byte string literal not displayed */
View Source
var InsertNqmTargetGroupTag = `
INSERT INTO nqm_target_group_tag(tgt_tg_id, tgt_gt_id)
VALUES
	(40201, 23401),
	(40201, 23402)
`
View Source
var InsertOwlGroupTag = `
INSERT INTO owl_group_tag(gt_id, gt_name)
VALUES
	(23401, '串流一網'),
	(23402, '串流二 網')
`
View Source
var InsertOwlNameTag = `
INSERT INTO owl_name_tag(nt_id, nt_value)
VALUES(3081, '美國 IP 群')
`
View Source
var InsertPingtaskSQL = `` /* 130-byte string literal not displayed */

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL