Skip to content

Instantly share code, notes, and snippets.

View nelsonjin's full-sized avatar

nelsonjin nelsonjin

  • Alibaba-inc
  • Hangzhou
View GitHub Profile
@startuml
title 消息框架
package "接入层" {
component [Proxy] as proxy
component [Logic] as logic
component [Notify] as notify
}