repository

package
v0.0.0-...-e555f51 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	INSERT_COMMAND_SQL = "INSERT INTO commands (key, text) VALUES (?, ?)"
	SELECT_COMMAND_SQL = "SELECT key, text from commands WHERE key = ?"
	LIST_COMMAND_SQL   = "SELECT key from commands WHERE key like ?"
)

Variables

This section is empty.

Functions

func NewCommandRepository

func NewCommandRepository(db *sql.DB) domain.CommandRepository

Types

This section is empty.

Jump to

Keyboard shortcuts

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