Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLStore ¶
type SQLStore struct {
// contains filtered or unexported fields
}
SQLStore is a database/sql-backed transcript store.
func NewSQLStore ¶
NewSQLStore creates a new SQL-backed Store for the given driver and DSN. driver should be "postgres" or "mysql"; table is the table name for inserts.
func (*SQLStore) GetMessages ¶
GetMessages returns all transcript messages for the session, ordered by seq. Implements Fetcher.
Click to show internal directories.
Click to hide internal directories.