go-pattern-examples/structure/01_facade/README.md
2020-04-27 17:43:39 +08:00

285 B
Raw Blame History

外观模式

又称门面模式APIs Gateway就是一种facade模式的用户只要通过APIs就可访问系统功能.

Service Desk 或者Calling Center 呼叫中心也是典型门面模式场景,对一些问题的处理和访问,都通过一个集中的入口统一访问.