Documentation
¶
Index ¶
- type Handler
- func (h *Handler) BookingsBookingIDGet(ctx context.Context, params api.BookingsBookingIDGetParams) (api.BookingsBookingIDGetRes, error)
- func (h *Handler) BookingsBookingIDPut(ctx context.Context, params api.BookingsBookingIDPutParams) (api.BookingsBookingIDPutRes, error)
- func (h *Handler) BookingsGet(ctx context.Context, params api.BookingsGetParams) ([]api.Booking, error)
- func (h *Handler) BookingsPost(ctx context.Context, req *api.NewBooking) (*api.Booking, error)
- func (h *Handler) NewError(ctx context.Context, err error) *api.ErrorStatusCode
- func (h *Handler) PingGet(ctx context.Context) (*api.PingGetOK, error)
- func (h *Handler) UsersLoginPost(ctx context.Context, req *api.LoginUser) (api.UsersLoginPostRes, error)
- func (h *Handler) UsersPost(ctx context.Context, req *api.NewUser) (*api.User, error)
- func (h *Handler) UsersUserIDDelete(ctx context.Context, params api.UsersUserIDDeleteParams) (api.UsersUserIDDeleteRes, error)
- func (h *Handler) UsersUserIDGet(ctx context.Context, params api.UsersUserIDGetParams) (api.UsersUserIDGetRes, error)
- type SecurityHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) BookingsBookingIDGet ¶
func (h *Handler) BookingsBookingIDGet(ctx context.Context, params api.BookingsBookingIDGetParams) (api.BookingsBookingIDGetRes, error)
func (*Handler) BookingsBookingIDPut ¶
func (h *Handler) BookingsBookingIDPut(ctx context.Context, params api.BookingsBookingIDPutParams) (api.BookingsBookingIDPutRes, error)
func (*Handler) BookingsGet ¶
func (*Handler) BookingsPost ¶
func (*Handler) UsersLoginPost ¶
func (*Handler) UsersUserIDDelete ¶
func (h *Handler) UsersUserIDDelete(ctx context.Context, params api.UsersUserIDDeleteParams) (api.UsersUserIDDeleteRes, error)
func (*Handler) UsersUserIDGet ¶
func (h *Handler) UsersUserIDGet(ctx context.Context, params api.UsersUserIDGetParams) (api.UsersUserIDGetRes, error)
type SecurityHandler ¶
type SecurityHandler struct{}
func NewSecurityHandler ¶
func NewSecurityHandler() *SecurityHandler
func (*SecurityHandler) HandleBearerAuth ¶
func (s *SecurityHandler) HandleBearerAuth(ctx context.Context, operationName string, t api.BearerAuth) (context.Context, error)
Click to show internal directories.
Click to hide internal directories.