Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type GetDepthResponse ¶
type GetDepthResponse struct {
Depth int `json:"depth"`
}
type HandlerService ¶
type HandlerService struct {
// contains filtered or unexported fields
}
func NewHandlerService ¶
func NewHandlerService(store service.GraphStore, broker service.MessageBroker) *HandlerService
func (*HandlerService) RegisterRouter ¶
func (h *HandlerService) RegisterRouter(mux chi.Router)
Click to show internal directories.
Click to hide internal directories.