repository

package
v0.0.0-...-580ec26 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2019 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 DocumentRepository

type DocumentRepository interface {
	Store(document *my_package.Document, ctx context.Context) error
	Find(ctx context.Context) ([]*my_package.Document, error)
	FindBy(field string, value string, ctx context.Context) ([]*my_package.Document, error)
}

Jump to

Keyboard shortcuts

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