Documentation ¶
Overview ¶
工厂方法。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Restaurant ¶
type Restaurant interface {
GetFood()
}
func NewRestaurant ¶
func NewRestaurant(name string) Restaurant
Click to show internal directories.
Click to hide internal directories.