Versions in this module Expand all Collapse all v0 v0.10.18 Mar 14, 2017 Changes in this version + func IsEmailNotFound(err error) bool + func IsEmailNotVerified(err error) bool + func IsEmptyName(err error) bool + func IsInvalidIssueReference(err error) bool + func IsInvalidLoginSourceType(err error) bool + func IsInvalidRepoReference(err error) bool + func IsLoginSourceNotActivated(err error) bool + func IsMirrorNotExist(err error) bool + func IsUserNotKeyOwner(err error) bool + func New(text string) error + type EmailNotFound struct + Email string + func (err EmailNotFound) Error() string + type EmailNotVerified struct + Email string + func (err EmailNotVerified) Error() string + type EmptyName struct + func (err EmptyName) Error() string + type InvalidIssueReference struct + Ref string + func (err InvalidIssueReference) Error() string + type InvalidLoginSourceType struct + Type interface{} + func (err InvalidLoginSourceType) Error() string + type InvalidRepoReference struct + Ref string + func (err InvalidRepoReference) Error() string + type LoginSourceNotActivated struct + SourceID int64 + func (err LoginSourceNotActivated) Error() string + type MirrorNotExist struct + RepoID int64 + func (err MirrorNotExist) Error() string + type UserNotKeyOwner struct + KeyID int64 + func (err UserNotKeyOwner) Error() string