move example/server/*.go to example/server/exampleop/

This commit is contained in:
David Sharnoff 2022-08-19 16:37:38 -07:00
parent 41cd9c735b
commit 1073af88c2
4 changed files with 46 additions and 25 deletions

View file

@ -26,6 +26,9 @@ var serviceKey1 = &rsa.PublicKey{
E: 65537,
}
// var _ op.Storage = &storage{}
// var _ op.ClientCredentialsStorage = &storage{}
// storage implements the op.Storage interface
// typically you would implement this as a layer on top of your database
// for simplicity this example keeps everything in-memory