Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(newRegistry), )
Functions ¶
This section is empty.
Types ¶
type KeyHolder ¶
type KeyHolder interface {
Keys() []jose.JSONWebKey
}
type Registry ¶
type Registry interface {
AddKeyHolder(kh KeyHolder)
Keys() []jose.JSONWebKey
}
Click to show internal directories.
Click to hide internal directories.