handler

package
v0.0.0-...-cf53b06 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type GraphQLHandler

type GraphQLHandler struct {
	pkg.AbstractHandler
}

func GraphQLHandlerProvider

func GraphQLHandlerProvider(service *application.Service) *GraphQLHandler

type QueryHandler

type QueryHandler struct {
	pkg.AbstractHandler
}

func QueryHandlerProvider

func QueryHandlerProvider(dispatcher *connect.ConnectDispatcher, db *repository.Database) *QueryHandler

type QueryParams

type QueryParams struct {
	Ql         string                 `json:"ql"`
	ResourceId int                    `json:"resourceId"`
	Parameter  map[string]interface{} `json:"parameter"`
}

Jump to

Keyboard shortcuts

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