Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UrlZipCore ¶
type UrlZipCore struct {
// contains filtered or unexported fields
}
func NewUrlZipCore ¶
func NewUrlZipCore(repo repository.IUZRepository) *UrlZipCore
func (UrlZipCore) ComposeShortURL ¶
func (c UrlZipCore) ComposeShortURL(fullPath string) (string, error)
func (UrlZipCore) GetOriginalURL ¶
func (c UrlZipCore) GetOriginalURL(shortPath string) (string, error)
func (UrlZipCore) Validate ¶
func (c UrlZipCore) Validate(shortPath string) bool
Click to show internal directories.
Click to hide internal directories.