github.com/turingchain2020/turingchain@v1.1.21/client/doc.go (about)

     1  // Copyright Turing Corp. 2018 All Rights Reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package client
     6  
     7  /*
     8  封装模块间通过queue消息队列进行交互的调用,将其抽象成对应的接口QueueProtocolAPI
     9  简化外部调用模块间通信的处理,并屏蔽对细节的感知
    10  */