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 AddSessionOtherItems

func AddSessionOtherItems(
	jwtToken string,
	reqBody request.StatusSessionOtherItemsReqBody,
	sessionParam request.SessionParam,
) ([]response.SessionOtherItem, error)

func AddSessionTickets

func AddSessionTickets(
	jwtToken string,
	reqBody request.AddSessionTicketsReqBody,
	sessionParam request.SessionParam,
) ([]response.SessionTicket, error)

func AddSessions

func AddSessions(
	jwtToken string,
	reqBody request.AddSessionsReqBody,
	statusParam request.StatusParam,
) ([]response.Session, error)

func DeleteSession

func DeleteSession(jwtToken string, sessionParam request.SessionParam) error

func DeleteSessionOtherItem

func DeleteSessionOtherItem(jwtToken string, otherItemParam request.OtherItemParam) error

func DeleteSessionTicket

func DeleteSessionTicket(jwtToken string, ticketParam request.TicketParam) error

func UpdateSessionOtherItem

func UpdateSessionOtherItem(
	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