Documentation ¶
Index ¶
Constants ¶
View Source
const (
Separator = "(╯°o°)╯︵ ┻━┻"
)
Variables ¶
This section is empty.
Functions ¶
func IntSliceToString ¶
func StringToIntSlice ¶
Types ¶
type Chat ¶
type Chat struct { ID *int64 `json:"id"` Model int `json:"model"` Context []int `json:"context"` Owner string `json:"owner"` Title string `json:"title"` Questions []string `json:"questions"` Responses []string `json:"responses"` }
func (*Chat) ContextFromDB ¶
func (*Chat) ContextToDB ¶
func (*Chat) QuestionsToString ¶
func (*Chat) ResponsesToString ¶
func (*Chat) SetQuestions ¶
func (*Chat) SetResponses ¶
Click to show internal directories.
Click to hide internal directories.