//
pkg.gl
Category
github.com/blackhorseya/golang-101
design-patterns
structural
proxy
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
26 SLOC
#
Functions
NewProxyImage
No description provided by the author
NewRealImage
NewRealImage 用於創建 RealImage 對象.
#
Structs
ProxyImage
ProxyImage 是圖像的代理,控制對 RealImage 的訪問.
RealImage
RealImage 是真實的圖像對象.
#
Interfaces
Image
Image 定義圖像的接口.