package deliver // Mode is the numeric abstraction to the various protocols or patterns // that Mangos supports. type Mode int // Constants for protocols. const ( ModeStart = Mode(iota) PushPull PubSub ReqRep SurvResp Bus Pair ModeNNG Shm ModeEnd ) // type deliver type td int const ( // as server active agent = td(iota) // as client passive coactee )