Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrOverlaping = ReportError("another event exists for this date") ErrReportExist = ReportError("event alredy exist") ErrReportNotFound = ReportError("not found event") ErrWrangParams = ReportError("invalid input params") ErrConfigWrangParams = ReportError("can not validate config file") )
Functions ¶
This section is empty.
Types ¶
type ReportError ¶
type ReportError string
ReportError type
func (ReportError) Error ¶
func (ee ReportError) Error() string
Click to show internal directories.
Click to hide internal directories.