container

package
v0.0.0-...-cef0962 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Mapping = map[string]Provider{
	"classes":      course{},
	"departments":  department{},
	"enrollments":  enrollment{},
	"schools":      school{},
	"students":     student{},
	"studyBuddies": studyBuddy{},
	"subjects":     subject{},
	"teachers":     teacher{},
}

Mapping maps entities to their container provider

Functions

This section is empty.

Types

type Provider

type Provider interface {
	GetContainer(echo.Context) (interface{}, error)
	GetContainers() interface{}
}

Provider provides the containers for the neo4j Go OGM APIs. Containers contain data for these APIs

Jump to

Keyboard shortcuts

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