Documentation
¶
Index ¶
Constants ¶
View Source
const ( FilePathZettelIdYin = "Yin" FilePathZettelIdYang = "Yang" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrDoesNotExist ¶
type ErrDoesNotExist struct {
Value string
}
func (ErrDoesNotExist) Error ¶
func (e ErrDoesNotExist) Error() string
func (ErrDoesNotExist) Is ¶
func (e ErrDoesNotExist) Is(target error) bool
type ErrZettelIdsExhausted ¶
type ErrZettelIdsExhausted struct{}
func (ErrZettelIdsExhausted) Error ¶
func (e ErrZettelIdsExhausted) Error() string
func (ErrZettelIdsExhausted) ErrorCause ¶
func (e ErrZettelIdsExhausted) ErrorCause() []string
func (ErrZettelIdsExhausted) ErrorRecovery ¶
func (e ErrZettelIdsExhausted) ErrorRecovery() []string
func (ErrZettelIdsExhausted) GetHelpfulError ¶
func (e ErrZettelIdsExhausted) GetHelpfulError() errors.Helpful
func (ErrZettelIdsExhausted) Is ¶
func (e ErrZettelIdsExhausted) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.