Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRequired = errors.New("required value") ErrNotFound = errors.New("not found") ErrNil = errors.New("nil data") ErrNegative = errors.New("negative value") ErrInvalidUserID = errors.New("invalid user ID") ErrInvalidShowIDs = errors.New("invalid show IDs") ErrNoUserInContext = errors.New("no user in context") )
Functions ¶
This section is empty.
Types ¶
type EventListResponse ¶
type EventListResponse struct {
Response []EventResponse `json:"response"`
}
func (*EventListResponse) EventListResponseValidate ¶
func (e *EventListResponse) EventListResponseValidate() error
type EventResponse ¶
type PlaceListResponse ¶
type PlaceListResponse struct {
Response []PlaceResponse `json:"response"`
}
func (*PlaceListResponse) PlaceListResponseValidate ¶
func (p *PlaceListResponse) PlaceListResponseValidate() error
type PlaceResponse ¶
type ShowListResponse ¶
type ShowListResponse struct {
Response []ShowResponse `json:"response"`
}
func (*ShowListResponse) ShowListResponseValidate ¶
func (s *ShowListResponse) ShowListResponseValidate() error
type ShowResponse ¶
Click to show internal directories.
Click to hide internal directories.