Back to Golang Design Pattern

外观模式

01_facade/README.md

latest281 B
Original Source

外观模式

APIfacade 模块的外观接口,大部分代码使用此接口简化对 facade 类的访问。

facade 模块同时暴露了 ab 两个 ModuleNewXXXinterface,其它代码如果需要使用细节功能时可以直接调用。