Documentation ¶
Index ¶
- func AddSessionOtherItemsForMember(jwtToken string, reqBody request.StatusSessionOtherItemsReqBody, ...) ([]response.SessionOtherItem, error)
- func AddSessionTicketsForMember(jwtToken string, reqBody request.AddSessionTicketsReqBody, ...) ([]response.SessionTicket, error)
- func AddSessionsForMember(jwtToken string, reqBody request.AddSessionsReqBody, ...) ([]response.Session, error)
- func DeleteSessionForMember(jwtToken string, sessionParam request.SessionParam) error
- func DeleteSessionOtherItemForMember(jwtToken string, otherItemParam request.OtherItemParam) error
- func DeleteSessionTicketForMember(jwtToken string, ticketParam request.TicketParam) error
- func UpdateSessionOtherItemForMember(jwtToken string, reqBody request.SessionOtherItemReqBody, ...) ([]response.SessionOtherItem, error)
- func UpdateSessionTicketForMember(jwtToken string, reqBody request.SessionTicketReqBody, ...) ([]response.SessionTicket, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSessionOtherItemsForMember ¶
func AddSessionOtherItemsForMember( jwtToken string, reqBody request.StatusSessionOtherItemsReqBody, sessionParam request.SessionParam, ) ([]response.SessionOtherItem, error)
func AddSessionTicketsForMember ¶
func AddSessionTicketsForMember( jwtToken string, reqBody request.AddSessionTicketsReqBody, sessionParam request.SessionParam, ) ([]response.SessionTicket, error)
func AddSessionsForMember ¶
func AddSessionsForMember( jwtToken string, reqBody request.AddSessionsReqBody, statusParam request.StatusParam, ) ([]response.Session, error)
func DeleteSessionForMember ¶
func DeleteSessionForMember(jwtToken string, sessionParam request.SessionParam) error
func DeleteSessionOtherItemForMember ¶
func DeleteSessionOtherItemForMember(jwtToken string, otherItemParam request.OtherItemParam) error
func DeleteSessionTicketForMember ¶
func DeleteSessionTicketForMember(jwtToken string, ticketParam request.TicketParam) error
func UpdateSessionOtherItemForMember ¶
func UpdateSessionOtherItemForMember( jwtToken string, reqBody request.SessionOtherItemReqBody, otherItemParam request.OtherItemParam, ) ([]response.SessionOtherItem, error)
func UpdateSessionTicketForMember ¶
func UpdateSessionTicketForMember( jwtToken string, reqBody request.SessionTicketReqBody, ticketParam request.TicketParam, ) ([]response.SessionTicket, error)
Types ¶
This section is empty.
Source Files ¶
- statuses.7.1.add_session_tickets_for_member.go
- statuses.7.2.add_sessions_for_member.go
- statuses.7.3.add_session_other_items_for_member.go
- statuses.7.4.update_session_ticket_for_member.go
- statuses.7.5.update_session_other_item_for_member.go
- statuses.7.6.delete_session_for_member.go
- statuses.7.7.delete_session_ticket_for_member.go
- statuses.7.8.delete_session_other_item_for_member.go
Click to show internal directories.
Click to hide internal directories.