Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitServices ¶
func InitServices(conf config.EngineConfig)
func SetConfig ¶
func SetConfig(conf config.EngineConfig)
Types ¶
type ListRoomResponse ¶
type ListRoomResponse struct {
Rooms []persistence.RoomInfo `json:"rooms"`
}
type QueryRoomResponse ¶
type QueryRoomResponse struct {
RoomInfo persistence.RoomInfo `json:"room_info"`
}
Click to show internal directories.
Click to hide internal directories.