impl

package
v0.0.0-...-1e431f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQLImpl

type SQLImpl struct {
	*sql.DB
	SQLQuery
}

func NewSQLiteImpl

func NewSQLiteImpl(dsname string) (*SQLImpl, error)

func (*SQLImpl) AddClient

func (sqlimpl *SQLImpl) AddClient(client string, room int64) (int64, error)

func (*SQLImpl) AddLog

func (sqlimpl *SQLImpl) AddLog(log string, client int64, room int64) error

func (*SQLImpl) AddRoom

func (sqlimpl *SQLImpl) AddRoom(room string) (int64, error)

type SQLQuery

type SQLQuery interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL