Some godoc adjustments

This commit is contained in:
Bjørn Erik Pedersen
2022-04-21 10:59:13 +02:00
parent 05b45c35c8
commit 9a888c243a
8 changed files with 71 additions and 18 deletions

View File

@@ -109,6 +109,7 @@ func (id KeyValueIdentity) Name() string {
// Provider provides the hashable Identity.
type Provider interface {
// GetIdentity is for internal use.
GetIdentity() Identity
}