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

6 lines
285 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 外观模式
又称门面模式APIs Gateway就是一种facade模式的用户只要通过APIs就可访问系统功能.
Service Desk 或者Calling Center 呼叫中心也是典型门面模式场景,对一些问题的处理和访问,都通过一个集中的入口统一访问.