package
0.0.0-20240920062246-d0657495930a
Repository: https://github.com/yigmmk/leetcode.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewIConfigParser NewIConfigParser.
NewIRuleConfigParserFactory 用一个简单工厂封装工厂方法.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
简单工厂:Go 本身是没有构造函数的 采用 NewName 的方式创建对象/接口,当它返回的是接口的时候,其实就是简单工厂模式 IConfigParser IConfigParser.
抽象工厂 IConfigParserFactory 工厂方法接口.
简单工厂 枪.
No description provided by the author
No description provided by the author
No description provided by the author