Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcreteFactory ¶
type ConcreteFactory struct {
}
具体工厂
func (*ConcreteFactory) FactoryMethod ¶
func (cf *ConcreteFactory) FactoryMethod(owner string) Product
具体工厂的工厂方法
Click to show internal directories.
Click to hide internal directories.