Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteQuery ¶
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(dbType SQLType, db *sql.DB, opts *StorageOpts) *Storage
func (*Storage) ExecuteQuery ¶
func (l *Storage) ExecuteQuery(query string) ([]json.RawMessage, error)
type StorageOpts ¶
type StorageOpts struct { }
Click to show internal directories.
Click to hide internal directories.