package captchafx import "go.uber.org/fx" var Module = fx.Module("captcha", fx.Provide( NewRedisStore, NewCaptcha, NewDriverMath, NewDriverDigit, ), )