Versions in this module Expand all Collapse all v1 v1.0.5 Aug 9, 2025 Changes in this version + type ImageLoader struct + func NewImageLoader(t interface{ ... }) *ImageLoader + func (_m *ImageLoader) AddModsDirectory(_a0 string) + func (_m *ImageLoader) EXPECT() *ImageLoader_Expecter + func (_m *ImageLoader) Load(_a0 string) (image.Image, error) + type ImageLoader_AddModsDirectory_Call struct + func (_c *ImageLoader_AddModsDirectory_Call) Return() *ImageLoader_AddModsDirectory_Call + func (_c *ImageLoader_AddModsDirectory_Call) Run(run func(_a0 string)) *ImageLoader_AddModsDirectory_Call + func (_c *ImageLoader_AddModsDirectory_Call) RunAndReturn(run func(string)) *ImageLoader_AddModsDirectory_Call + type ImageLoader_Expecter struct + func (_e *ImageLoader_Expecter) AddModsDirectory(_a0 interface{}) *ImageLoader_AddModsDirectory_Call + func (_e *ImageLoader_Expecter) Load(_a0 interface{}) *ImageLoader_Load_Call + type ImageLoader_Load_Call struct + func (_c *ImageLoader_Load_Call) Return(_a0 image.Image, _a1 error) *ImageLoader_Load_Call + func (_c *ImageLoader_Load_Call) Run(run func(_a0 string)) *ImageLoader_Load_Call + func (_c *ImageLoader_Load_Call) RunAndReturn(run func(string) (image.Image, error)) *ImageLoader_Load_Call