Documentation ¶
Index ¶
Constants ¶
View Source
const ( SqlGetById = "SELECT * FROM purchase_orders where id=?" SqlCreate = "" /* 153-byte string literal not displayed */ SqlOrderNumber = "SELECT order_number FROM purchase_orders where order_number = ?" )
Variables ¶
This section is empty.
Functions ¶
func NewRepository ¶
func NewRepository(db *sql.DB) domain.Repository
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.