data_store

package
v0.0.0-...-dbbb3a2 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2020 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 DataStoreInterface

type DataStoreInterface interface {
}

type MemoryDataStore

type MemoryDataStore struct {
	Users    []*model.User
	Articles []*model.Article
}

type MongoDataStore

type MongoDataStore struct {
	Client *mongo.Client
}

Jump to

Keyboard shortcuts

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