//
pkg.gl
Category
github.com/rmishgoog/starter-go-service
foundations
keystore
package
0.0.0-20240719131807-720b936bf1ef
Repository:
https://github.com/rmishgoog/starter-go-service.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
113 SLOC
#
Functions
New
New constructs an empty KeyStore ready for use.
NewFS
NewFS constructs a KeyStore based on a set of PEM files rooted inside of a directory.
NewMap
NewMap constructs a KeyStore with an initial set of keys.
#
Structs
KeyStore
KeyStore represents an in memory store implementation of the KeyLookup interface for use with the auth package.
PrivateKey
PrivateKey represents key information.