Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logitem ¶
type Logitem struct {
Page int `json:"page"`
Fruits []FruitDesc `json:"fruits"`
XIF TestInterface `json:"iface"`
}
type TestInterface ¶
type TestInterface interface {
IFFunc()
}
Click to show internal directories.
Click to hide internal directories.