Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection interface {
CreateIterator() Iterator
}
type UserCollection ¶
type UserCollection struct {
Users []*User
}
func (*UserCollection) CreateIterator ¶
func (u *UserCollection) CreateIterator() Iterator
type UserIterator ¶
func (*UserIterator) GetNext ¶
func (u *UserIterator) GetNext() *User
func (*UserIterator) HasNext ¶
func (u *UserIterator) HasNext() bool
Click to show internal directories.
Click to hide internal directories.