store

package
v0.0.0-...-c528fcf Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	CreateLocationIndexes(ctx context.Context) error
	CreateLocation(ctx context.Context, loc types.CreateLocationRequest) (*types.Location, error)
	GetLocationByID(ctx context.Context, id string) (types.Location, error)
	GetLocations(ctx context.Context, query types.FindLocationsRequest) ([]types.Location, int64, error)
	DeleteLocation(ctx context.Context, id string) (int, error)
	ReverseGeoCodeLocations(ctx context.Context, query types.LookupLocationRequest) ([]types.Location, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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