Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDataNotFound = errors.New("service: data with given param not found") ErrRepository = errors.New("service: repository error happened") ErrDataAlreadyExists = errors.New("service: data already exists") ErrInvalidPayload = errors.New("service: invalid payload") ErrCredentialNotMatch = errors.New("service: credential not match") ErrTimeParsing = errors.New("service: time parsing error") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.