package
2.0.4
Repository: https://github.com/yuzp1996/studygolang.git
Documentation: pkg.go.dev

# README

命令模式

定义

把请求封装成对象,

order.png

要点

在被解耦的两者之间是通过命令对象进行沟通的,命令对象封装了接收者和一个或者一组动作

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author