package
12.1.0+incompatible
Repository: https://github.com/iris-contrib/examples.git
Documentation: pkg.go.dev

# README

Repositories

The package which has direct access to the "datasource" and can manipulate data directly.

# Functions

NewMovieRepository returns a new movie memory-based repository, the one and only repository type in our example.

# Constants

ReadOnlyMode will RLock(read) the data .
ReadWriteMode will Lock(read/write) the data.

# Interfaces

MovieRepository handles the basic operations of a movie entity/model.

# Type aliases

Query represents the visitor and action queries.