Documentation ¶
Index ¶
- func AddStandaloneEvent(jwtToken string, reqBody request.StandaloneEventReqBody) (response.StandaloneEvent, error)
- func DeleteStandaloneEvent(jwtToken string, standaloneEventId string) error
- func GetEventsForGivenDay(jwtToken string, dateParam request.EventDateParam) (response.AllEvents, error)
- func GetEventsInGivenWindow(jwtToken string, dateParam request.EventDateParam) (response.AllEvents, error)
- func GetStandaloneEvents(jwtToken string) ([]response.SchedulerEvent, error)
- func UpdateStandaloneEvent(jwtToken string, reqBody request.StandaloneEventReqBody, ...) (response.StandaloneEvent, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddStandaloneEvent ¶
func AddStandaloneEvent(jwtToken string, reqBody request.StandaloneEventReqBody) (response.StandaloneEvent, error)
func DeleteStandaloneEvent ¶
func GetEventsForGivenDay ¶
func GetEventsInGivenWindow ¶
func GetStandaloneEvents ¶
func GetStandaloneEvents(jwtToken string) ([]response.SchedulerEvent, error)
func UpdateStandaloneEvent ¶
func UpdateStandaloneEvent( jwtToken string, reqBody request.StandaloneEventReqBody, standaloneEventId string, ) (response.StandaloneEvent, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.