> For the complete documentation index, see [llms.txt](https://www.selinux.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.selinux.tech/designpattern/structural-pattern.md).

# 结构型模式

- [外观模式](https://www.selinux.tech/designpattern/structural-pattern/facade-pattern.md)
- [装饰模式](https://www.selinux.tech/designpattern/structural-pattern/decorator-pattern.md)
- [适配器模式](https://www.selinux.tech/designpattern/structural-pattern/adapter-pattern.md)
- [享元模式](https://www.selinux.tech/designpattern/structural-pattern/flyweight-pattern.md)
- [组合模式](https://www.selinux.tech/designpattern/structural-pattern/composite-pattern.md)
- [桥接模式](https://www.selinux.tech/designpattern/structural-pattern/bridge-pattern.md)
- [代理模式](https://www.selinux.tech/designpattern/structural-pattern/proxy-pattern.md)
