//
pkg.gl
Category
github.com/tMinamiii/toybox
designpattern
mediator
package
0.0.0-20240830140449-47e43fccaecf
Repository:
https://github.com/tminamiii/toybox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
87 SLOC
#
Structs
FreightTrain
No description provided by the author
PassengerTrain
No description provided by the author
StationManager
No description provided by the author
#
Interfaces
Mediator
No description provided by the author
Train
stationManager(中間者)をクラス間で共有することでリソース管理を行う.