Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.IOllamaLoginClientHelper
Packages that use IOllamaLoginClientHelper
-
Uses of IOllamaLoginClientHelper in com.developer.nefarious.zjoule.plugin.login.api
Classes in com.developer.nefarious.zjoule.plugin.login.api that implement IOllamaLoginClientHelperModifier and TypeClassDescriptionclass
A helper class for handling API requests and responses related to Ollama login.Constructors in com.developer.nefarious.zjoule.plugin.login.api with parameters of type IOllamaLoginClientHelperModifierConstructorDescriptionOllamaLoginClient
(IOllamaLoginClientHelper ollamaLoginClientHelper) Constructs anOllamaLoginClient
with the specified helper.