Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Repo repo.Repository
}
type CreateStayInput ¶
type CreateStayOutput ¶
type ListStaysInput ¶
type ListStaysOutput ¶
type Service ¶
type Service interface { ListStays(ctx context.Context, input *ListStaysInput) (*ListStaysOutput, error) CreateStay(ctx context.Context, input *CreateStayInput) (*CreateStayOutput, error) UpdateStay(ctx context.Context, input *UpdateStayInput) (*UpdateStayOutput, error) }
type UpdateStayInput ¶
type UpdateStayOutput ¶
Click to show internal directories.
Click to hide internal directories.