Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckAvailabilityInput ¶
type CheckAvailabilityOutput ¶
type CheckInInput ¶
type CheckInInput struct{}
type CheckInOutput ¶
type CheckInOutput struct{}
type CheckOutInput ¶
type CheckOutInput struct{}
type CheckOutOutput ¶
type CheckOutOutput struct{}
type Service ¶
type Service interface { CheckAvailability(ctx context.Context, input *CheckAvailabilityInput) (*CheckAvailabilityOutput, error) CheckIn(ctx context.Context, input *CheckInInput) (*CheckInOutput, error) CheckOut(ctx context.Context, input *CheckOutInput) (*CheckOutOutput, error) }
Click to show internal directories.
Click to hide internal directories.