move example/server/*.go to example/server/exampleop/
This commit is contained in:
parent
41cd9c735b
commit
1073af88c2
4 changed files with 46 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue