Documentation ¶
Index ¶
- Constants
- type Count
- type Link
- func (l Link) Add(link models.Link) (models.Link, error)
- func (l Link) AddCountToLink(link models.Link)
- func (l Link) Delete(link models.Link) error
- func (l Link) GetAllFromUser(user models.UserInfo) ([]models.Link, error)
- func (l Link) GetByApiPoint(link models.Link) (models.Link, error)
- func (l Link) GetById(link models.Link) (models.Link, error)
- type User
Constants ¶
View Source
const (
ApiLength = 5
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Link ¶
type Link struct {
// contains filtered or unexported fields
}
func (Link) AddCountToLink ¶
func (Link) GetAllFromUser ¶
Click to show internal directories.
Click to hide internal directories.