//
pkg.gl
Category
github.com/blackhorseya/golang-101
design-patterns
structural
composite
package
0.0.0-20241212013832-3e83a38c33ff
Repository:
https://github.com/blackhorseya/golang-101.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
25 SLOC
#
Structs
Circle
Circle 是圖形的葉子節點.
CompositeGraphic
CompositeGraphic 是圖形的組合節點.
Rectangle
Rectangle 是圖形的葉子節點.
#
Interfaces
Graphic
Graphic 定義圖形的接口.