Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrBadRequest = errors.New("bad request") )
Functions ¶
This section is empty.
Types ¶
type PurlMap ¶
func (PurlMap) CreatePurl ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is an in-memory implementation of this application's features.
It meant as short-term type used until an actual persistence layer is required.
func NewService ¶ added in v0.6.0
func NewService() *Service
func (*Service) CreateDomain ¶
Click to show internal directories.
Click to hide internal directories.