package nsqlookupd
//上下文接口
type Context struct {
    nsqlookupd *NSQLookupd  //本次协成上下文所包含的信息结构体
}