You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
205 B

4 years ago
```go
```
* 桥接模式
* 定义接口并且实现接口,并定义统一结构体,其中一个属性是接口
* 调用时,将需要调用对象作为参数传递进行,实现具体对象调用