Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeyGenFailed = errors.New("cannot generate new random string as short url") ErrKeyAlreadyExists = errors.New("given static key already exists") ErrURLNotFound = urlrepo.ErrURLNotFound )
Functions ¶
This section is empty.
Types ¶
type URLSvc ¶
type URLSvc struct {
// contains filtered or unexported fields
}
func ProvideURLSvc ¶
func (*URLSvc) CreateWithKey ¶
Click to show internal directories.
Click to hide internal directories.