Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcreteImplementor ¶
type ConcreteImplementor struct{}
具体实现
func (*ConcreteImplementor) Implementation ¶
func (*ConcreteImplementor) Implementation(str string)
type RefinedAbstraction ¶
type RefinedAbstraction struct {
// contains filtered or unexported fields
}
扩充抽象
func NewRefinedAbstraction ¶
func NewRefinedAbstraction(im Implementor) *RefinedAbstraction
初始化扩充抽象对象
Click to show internal directories.
Click to hide internal directories.