mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-24 14:54:03 +00:00
16 lines
584 B
Markdown
16 lines
584 B
Markdown
MailHog storage backends [![GoDoc](https://godoc.org/github.com/mailhog/storage?status.svg)](https://godoc.org/github.com/mailhog/storage) [![Build Status](https://travis-ci.org/mailhog/storage.svg?branch=master)](https://travis-ci.org/mailhog/storage)
|
|
=========
|
|
|
|
`github.com/mailhog/storage` implements MailHog storage backends:
|
|
|
|
* In-memory
|
|
* MongoDB
|
|
|
|
You should implement `storage.Storage` interface to provide your
|
|
own storage backend.
|
|
|
|
### Licence
|
|
|
|
Copyright © 2014 - 2016, Ian Kent (http://iankent.uk)
|
|
|
|
Released under MIT license, see [LICENSE](LICENSE.md) for details.
|