Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatGptRepository ¶
type ChatGptRepository struct{}
func (*ChatGptRepository) CreateTableIfNotExists ¶
func (cgr *ChatGptRepository) CreateTableIfNotExists(d *dynamo.DB, tableName string) error
func (*ChatGptRepository) PutResult ¶
func (cgr *ChatGptRepository) PutResult(table *dynamo.Table, arg domain.ChatGptResult) error
Click to show internal directories.
Click to hide internal directories.