go-pattern-examples/structure/01_facade/README.md
2020-04-21 22:53:23 +08:00

6 lines
253 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.

# 外观模式
API 为facade 模块的外观接口大部分代码使用此接口简化对facade类的访问。
facade模块同时暴露了a和b 两个Module 的NewXXX和interface其它代码如果需要使用细节功能时可以直接调用。