Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
func (*Repository) DeleteByUid ¶
func (r *Repository) DeleteByUid(uid int) error
func (*Repository) FindAll ¶
func (r *Repository) FindAll() ([]*Link, error)
func (*Repository) FindByIdentifier ¶
func (r *Repository) FindByIdentifier(ident string) (*Link, error)
func (*Repository) InitSchema ¶
func (r *Repository) InitSchema() error
func (*Repository) InsertNew ¶
func (r *Repository) InsertNew(identifier, url, contentType string) error
Click to show internal directories.
Click to hide internal directories.