Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
Repository structure to c
func New ¶
func New(db *sql.DB) *Repository
New returns a new repository with relevant methods configured
func (*Repository) DoSomething ¶
func (r *Repository) DoSomething() error
DoSomething function is a method of Repository
Click to show internal directories.
Click to hide internal directories.