Example #1
0
func (bimgImageHandler) CouldHandle(media media_library.MediaLibrary) bool {
	return media.IsImage()
}