Skip to content
/ ipop Public

Interfaces and adapters for github.com/gobuffalo/pop

License

Notifications You must be signed in to change notification settings

dnnrly/ipop

Repository files navigation

ipop

This project allows you to abstract away to struct types used in github.com/gobuffalo/pop.

Motivation

This allows you to abstract away the real pop package with your own implementation, whether for some new backend or just for mocking in your unit tests.

Build status

Build Status codecov

Installation

go get github.com/dnnrly/ipop

Or if you're using modules then just import it in your code.

API Reference

This aims to be API compatible with pop.

Tests

Run tests by using the command:

make test

How to use?

See the godoc examples.

Contribute

Please see the contributing guideline.

Credits

This is basically just wrapping up pop. All the praise goes to them - and then some.

License

Apache2 © Pascal Dennerly

About

Interfaces and adapters for github.com/gobuffalo/pop

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published