Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrLinkNotFound = errors.New("link not found") ErrLinkAlreadyExists = errors.New("link already exists") )
Functions ¶
This section is empty.
Types ¶
type NewLink ¶ added in v0.4.0
type NewLink struct {
// contains filtered or unexported fields
}
func NewNewLink ¶ added in v0.4.0
type Service ¶ added in v0.4.0
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶ added in v0.4.0
func (*Service) ValidateID ¶ added in v0.4.0
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
func AsValidationError ¶
func AsValidationError(err error) *ValidationError
func (ValidationError) Error ¶
func (v ValidationError) Error() string
func (ValidationError) Unwrap ¶
func (v ValidationError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.