Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateEventCommand ¶
type CreateEventCommand struct { SpaceId int UserId int Name string Description string BeginDate time.Time EndDate time.Time Tags entity.Tags }
EVENTS
type CreateSpaceCommand ¶
SPACES
type CreateUserCommand ¶
type CreateUserCommand struct { FirstName string LastName string UserName string PhotoURL string AuthDate time.Time }
USER
type EventByIdCommand ¶
type EventByIdCommand struct {
ID int `path:"id" maxLength:"30" example:"1" doc:"event id"`
}
EVENTS
type JoinEventCommand ¶
type JoinEventCommand struct { EventId int `json:"eventId" example:"123" doc:"Event ID"` UserId int `json:"userId" example:"123" doc:"User ID"` }
EVENTS
type SpaceCommand ¶
SPACES
type UpdateFormCommand ¶
USER
type UpdateSpaceCommand ¶
SPACES
Click to show internal directories.
Click to hide internal directories.