repository
0.3.0
Repository: https://github.com/cirrostratus-cloud/oauth2.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Cirrostratus - OAuth2
Development
Branching
Tagging
Requirements
- Task: https://taskfile.dev/installation/
- Mockery: https://vektra.github.io/mockery/latest/installation/
Tests
To create all needed mocks, you must configurate .mockery.yaml
file and execute mockery
command:
mockery
To run all test use the tests task commando:
task tests