github.com/XiaoMi/Gaea@v1.2.5/util/mocks/pipeTest/assets/单一连线方向重置.txt (about)

     1  @startuml
     2  
     3  [MockCLient] #Orchid
     4  [MockServer] #Orchid
     5  
     6  [Pipe]
     7  [read0]
     8  [write0]
     9  
    10  [Pipe2] #LightBlue
    11  [read1] #LightBlue
    12  [write1] #LightBlue
    13  
    14  
    15  Pipe -[#0000ff]-- read0 : belong
    16  Pipe -[#0000ff]-- write0 : belong
    17  Pipe2 --- read1 : belong
    18  Pipe2 --- write1 : belong
    19  
    20  MockCLient -[#0000ff]-> write0 : send msg
    21  MockServer -[#0000ff]-> read1 : receive msg
    22  
    23  MockCLient --> write1 : send msg
    24  MockServer --> read0 : receive msg
    25  
    26  @enduml