Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallbackToken ¶
type CallbackToken struct {
// contains filtered or unexported fields
}
func CreateMetaDataCallback ¶
func CreateMetaDataCallback(callback MetaDataCallback, lastPost string) *CallbackToken
func (*CallbackToken) Close ¶
func (token *CallbackToken) Close()
func (*CallbackToken) LoadNextBatch ¶
func (token *CallbackToken) LoadNextBatch()
type ImageCallback ¶
type ImageCallbackToken ¶
type ImageCallbackToken struct {
// contains filtered or unexported fields
}
func CreateImageCallback ¶
func CreateImageCallback(callback ImageCallback, width int, height int, id string, url string) *ImageCallbackToken
func (*ImageCallbackToken) Close ¶
func (token *ImageCallbackToken) Close()
type ImageMetaData ¶
Click to show internal directories.
Click to hide internal directories.