Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ONE_DAY_SECONDS = 24 * 60 * 60
Functions ¶
This section is empty.
Types ¶
type NodesImportMode ¶
type NodesImportMode string
const ( NODES_IMPORT_AUTO NodesImportMode = "AUTO" // 节点将从查询中得到,动态增加 NODES_IMPORT_STATIC NodesImportMode = "STATIC" // 节点将从文件中读取 )
type QueryClient ¶
type QueryClient struct {
// contains filtered or unexported fields
}
func NewAPIClient ¶
func NewAPIClient(rawcfg interface{}) *QueryClient
func (*QueryClient) GetReport ¶
func (c *QueryClient) GetReport() proto.ServerStatusList
func (*QueryClient) Refresh ¶
func (c *QueryClient) Refresh()
func (*QueryClient) ResetConf ¶
func (c *QueryClient) ResetConf(rawcfg interface{})
type QueryProcedureContext ¶
type QueryProcedureContext struct {
// contains filtered or unexported fields
}
func NewQueryProcedureContext ¶
func NewQueryProcedureContext() *QueryProcedureContext
type ServerPropertyFields ¶
type ServerPropertyFields string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.