Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type IStorage ¶
type IStorage interface { GetConfig() Config SetConfig(Config) LoadProfileData(string) (*profile.Profile, error) GetCachedProfiles() map[string]profile.ProfileInfo GetChatHistory() chat.ChatHistory SetChatHistory(chat.ChatHistory) GetStorageFilepath() string GetCurrProfile() profile.Profile SetCurrProfile(profile.Profile) GetCurrModelSlug() string SetCurrModelSlug(string) SetCachedProfiles(map[string]profile.ProfileInfo) Clear() IsNew() bool Save() error }
Click to show internal directories.
Click to hide internal directories.