package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

Light 是上下文類,持有當前的狀態對象.
OffState 是具體狀態,表示燈是關閉的狀態.
OnState 是具體狀態,表示燈是打開的狀態.

# Interfaces

State 定義了狀態的接口.