Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CGIterator ¶
type CGIterator struct {
// contains filtered or unexported fields
}
func (*CGIterator) Each ¶
func (itertator *CGIterator) Each(callback func(index int, data dataType))
type CategoryNav ¶
type CategoryNav struct {
// contains filtered or unexported fields
}
type Meizitu ¶
type Meizitu struct {
// contains filtered or unexported fields
}
func (*Meizitu) PageControl ¶
func (meizi *Meizitu) PageControl()
type Pushable ¶
type Pushable interface { Push(data ...dataType) Pop() (dataType, error) Empty() Size() int Iterator() CGIterator }
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
func (*Queue) Iterator ¶
func (q *Queue) Iterator() CGIterator
Click to show internal directories.
Click to hide internal directories.