models

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: AGPL-3.0, BSD-2-Clause, ISC Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BookingIDs

type BookingIDs struct {

	// list bids in string format
	// Required: true
	BookingIds []string `json:"booking_ids"`
}

BookingIDs Set of booking IDs (bids)

swagger:model BookingIDs

func (*BookingIDs) ContextValidate

func (m *BookingIDs) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this booking i ds based on context it is used

func (*BookingIDs) MarshalBinary

func (m *BookingIDs) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BookingIDs) UnmarshalBinary

func (m *BookingIDs) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BookingIDs) Validate

func (m *BookingIDs) Validate(formats strfmt.Registry) error

Validate validates this booking i ds

type Error

type Error struct {

	// code
	// Required: true
	Code *string `json:"code"`

	// message
	// Required: true
	Message *string `json:"message"`
}

Error error

swagger:model Error

func (*Error) ContextValidate

func (m *Error) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this error based on context it is used

func (*Error) MarshalBinary

func (m *Error) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (Error) String

func (e Error) String() string

func (*Error) UnmarshalBinary

func (m *Error) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Error) Validate

func (m *Error) Validate(formats strfmt.Registry) error

Validate validates this error

Jump to

Keyboard shortcuts

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