Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorShortLinkNotFound = errors.New("ShortLink: NOT FOUND") ErrorShortLinkInvalid = errors.New("ShortLink: INVALID") )
Functions ¶
This section is empty.
Types ¶
type ShortLinkRepository ¶
type ShortLinkSerializer ¶
type ShortLinkService ¶
type ShortLinkService interface { Find(code string) (*ShortLink, error) Store(shortlink *ShortLink) error }
func NewShortLinkService ¶
func NewShortLinkService(shortLinkRepository ShortLinkRepository) ShortLinkService
Click to show internal directories.
Click to hide internal directories.