package
0.0.0-20190603091140-d91554c37e14
Repository: https://github.com/vaniila/hyper.git
Documentation: pkg.go.dev

# Functions

BatchLoader creates dataloader handler.
ForEach helper.
ID to change server reference id.
New creates dataloader server.
Reject helper.
Resolve helper.
WithBatchCapacity sets the batch capacity.
WithInputCapacity sets the input capacity.
WithLoaders to add dataloaders.
WithWait sets the amount of time to wait before triggering a batch.

# Structs

InMemoryCache is an in memory implementation of Cache interface.
Loader implements the dataloader.Interface.
Loaders type.
Options is the engine server options.
Return type.
Returns type.

# Interfaces

Batch type.
The Cache interface.
DataLoader interface.
DataLoaders interface.
Result interface.
ResultMany interface.
Service interface.

# Type aliases

Each type.
Option func.
Thunk is a function that will block until the value (*Result) it contins is resolved.
ThunkMany is much like the Thunk func type but it contains a list of results.