package
0.0.0-20241122181938-701df7e7f94e
Repository: https://github.com/askaryankarine/bmstu-ds-2.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewHotelStorageMock returns a mock for hotelStorage.

# Structs

HotelStorageMock implements hotelStorage.
HotelStorageMockGetAllHotelsExpectation specifies expectation struct of the hotelStorage.GetAllHotels.
HotelStorageMockGetAllHotelsOrigins contains origins of expectations of the hotelStorage.GetAllHotels.
HotelStorageMockGetAllHotelsParamPtrs contains pointers to parameters of the hotelStorage.GetAllHotels.
HotelStorageMockGetAllHotelsParams contains parameters of the hotelStorage.GetAllHotels.
HotelStorageMockGetAllHotelsResults contains results of the hotelStorage.GetAllHotels.
HotelStorageMockGetHotelInfoByUUIDExpectation specifies expectation struct of the hotelStorage.GetHotelInfoByUUID.
HotelStorageMockGetHotelInfoByUUIDOrigins contains origins of expectations of the hotelStorage.GetHotelInfoByUUID.
HotelStorageMockGetHotelInfoByUUIDParamPtrs contains pointers to parameters of the hotelStorage.GetHotelInfoByUUID.
HotelStorageMockGetHotelInfoByUUIDParams contains parameters of the hotelStorage.GetHotelInfoByUUID.
HotelStorageMockGetHotelInfoByUUIDResults contains results of the hotelStorage.GetHotelInfoByUUID.
No description provided by the author