statuses

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL