//
pkg.gl
Category
github.com/blackhorseya/golang-101
design-patterns
behavioral
state
package
0.0.0-20241212013832-3e83a38c33ff
Repository:
https://github.com/blackhorseya/golang-101.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
26 SLOC
#
Functions
NewLight
No description provided by the author
#
Structs
Light
Light 是上下文類,持有當前的狀態對象.
OffState
OffState 是具體狀態,表示燈是關閉的狀態.
OnState
OnState 是具體狀態,表示燈是打開的狀態.
#
Interfaces
State
State 定義了狀態的接口.