Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateObject ¶
type CreateObject struct {
// status
Status string `json:"status,omitempty"`
// uuid
UUID string `json:"uuid,omitempty"`
}
CreateObject create object
swagger:model CreateObject
func (*CreateObject) ContextValidate ¶
ContextValidate validates this create object based on context it is used
func (*CreateObject) MarshalBinary ¶
func (m *CreateObject) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateObject) UnmarshalBinary ¶
func (m *CreateObject) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Meetup ¶
type Meetup struct {
// city
// Required: true
City *string `json:"city"`
// country
// Required: true
Country *string `json:"country"`
// duration
// Required: true
Duration *int64 `json:"duration"`
// image
Image string `json:"image,omitempty"`
// location
// Required: true
Location *string `json:"location"`
// registration Url
RegistrationURL string `json:"registrationUrl,omitempty"`
// speakers
Speakers []string `json:"speakers"`
// sponsors
Sponsors []string `json:"sponsors"`
// status
Status bool `json:"status,omitempty"`
// tags
// Required: true
Tags []string `json:"tags"`
// time
// Required: true
// Format: date-time
Time *strfmt.DateTime `json:"time"`
// uuid
UUID string `json:"uuid,omitempty"`
}
Meetup meetup
swagger:model Meetup
func (*Meetup) ContextValidate ¶
ContextValidate validates this meetup based on context it is used
func (*Meetup) MarshalBinary ¶
MarshalBinary interface implementation
func (*Meetup) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Speaker ¶
type Speaker struct {
// company
// Required: true
Company *string `json:"company"`
// image
// Required: true
Image *string `json:"image"`
// name
// Required: true
Name *string `json:"name"`
// position
// Required: true
Position *string `json:"position"`
// title
// Required: true
Title *string `json:"title"`
// uuid
UUID string `json:"uuid,omitempty"`
}
Speaker speaker
swagger:model Speaker
func (*Speaker) ContextValidate ¶
ContextValidate validates this speaker based on context it is used
func (*Speaker) MarshalBinary ¶
MarshalBinary interface implementation
func (*Speaker) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Sponsor ¶
type Sponsor struct {
// image
// Required: true
Image *string `json:"image"`
// name
// Required: true
Name *string `json:"name"`
// uuid
UUID string `json:"uuid,omitempty"`
}
Sponsor sponsor
swagger:model Sponsor
func (*Sponsor) ContextValidate ¶
ContextValidate validates this sponsor based on context it is used
func (*Sponsor) MarshalBinary ¶
MarshalBinary interface implementation
func (*Sponsor) UnmarshalBinary ¶
UnmarshalBinary interface implementation