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