Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintMixBook ¶
func PrintMixBook()
func PrintOffBook ¶
func PrintOffBook()
Types ¶
type ComputerBook ¶
type ComputerBook struct {
// contains filtered or unexported fields
}
func NewComputerBook ¶
func NewComputerBook(name, author, scope string, price int) *ComputerBook
type IComputerBook ¶
type IComputerBook interface { IBook // contains filtered or unexported methods }
type NovelBook ¶
type NovelBook struct {
// contains filtered or unexported fields
}
func NewNovelBook ¶
type OffNovelBook ¶
type OffNovelBook struct {
// contains filtered or unexported fields
}
func NewOffNovelBook ¶
func NewOffNovelBook(name, author string, price int) *OffNovelBook
Click to show internal directories.
Click to hide internal directories.