Documentation ¶
Index ¶
- Constants
- func Get(settings *commons.SettingsExternal) (instance interface{}, err error)
- func GetChatGPT(settings *commons.SettingsExternal) (instance *openai_chatgpt.OpenAIChatGPT, err error)
- func GetDALLE(settings *commons.SettingsExternal) (instance *openai_dalle.OpenAIDALLE, err error)
- func GetUnsplash(settings *commons.SettingsExternal) (instance *unsplash.Unsplash, err error)
- func GetWordpress(settings *commons.SettingsExternal) (instance *wordpress.Wordpress, err error)
Constants ¶
View Source
const ( DriverChatGPT = commons.DriverChatGPT DriverDALLE = commons.DriverDALLE DriverUnsplash = commons.DriverUnsplash DriverWordpress = commons.DriverWordpress )
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(settings *commons.SettingsExternal) (instance interface{}, err error)
func GetChatGPT ¶
func GetChatGPT(settings *commons.SettingsExternal) (instance *openai_chatgpt.OpenAIChatGPT, err error)
func GetDALLE ¶
func GetDALLE(settings *commons.SettingsExternal) (instance *openai_dalle.OpenAIDALLE, err error)
func GetUnsplash ¶
func GetUnsplash(settings *commons.SettingsExternal) (instance *unsplash.Unsplash, err error)
func GetWordpress ¶
func GetWordpress(settings *commons.SettingsExternal) (instance *wordpress.Wordpress, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.