pkg

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractHandler

type AbstractHandler struct {
	Method  string
	Path    string
	Handler echo.HandlerFunc
}

type AbstractManager

type AbstractManager struct {
	Name           string
	DB             *repository.Database
	QueryAction    graphql.Fields
	MutationAction graphql.Fields
	Type           interface{}
}

type Client

type Client interface {
	Query(typ string, id int, uri string, ql string) ([]map[string]interface{}, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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