Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
ErrorResponse represents an error response.
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles HTTP requests for the on-call schedule API.
func (*Handler) CreateSchedule ¶
CreateSchedule handles schedule creation requests.
func (*Handler) GetSchedule ¶
GetSchedule handles schedule retrieval requests.
Click to show internal directories.
Click to hide internal directories.