endpoint

package
v0.0.0-...-bfb259f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeListEndpoint

func MakeListEndpoint(svc service.Service) kitendpoint.Endpoint

Types

type Endpoints

type Endpoints struct {
	ListEndpoint kitendpoint.Endpoint
}

func New

func New(svc service.Service) *Endpoints

type ListRoomsRequest

type ListRoomsRequest struct {
	Capacity int64
	Limit    int64
	Offset   int64
}

type ListRoomsResponse

type ListRoomsResponse struct {
	Rooms []*types.Room
	Total int64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL