Versions in this module Expand all Collapse all v0 v0.1.0 Mar 17, 2023 Changes in this version + const ProfilRootPath + const ShipRootPath + type Api interface + func NewApi() (Api, error) + type CustomValidator struct + func (cv *CustomValidator) Validate(i interface{}) error + type DoorDTO struct + RoomBlockOneId int + RoomBlockTwoId int + type EchoApi struct + type ProfileCreateDTO struct + Name string + type ProfileResponseDTO struct + Name string + UserId uuid.UUID + type RoomBlockDTO struct + Id int + PosX int + PosY int + type RoomPlaceDTO struct + Id int + RoomBlockList []*RoomBlockDTO + type ShipTypeDTO struct + DoorList []*DoorDTO + Id uuid.UUID + Name string + RoomPlaceList []*RoomPlaceDTO + WeaponPlaceList []*WeaponPlaceDTO + type WeaponPlaceDTO struct + PosX int + PosY int