mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 09:51:39 +00:00
(no commit message provided)
This commit is contained in:
committed by
Prad Nukala (aider)
parent
5fd43dfd6b
commit
2f976209db
@@ -1,21 +1,5 @@
|
||||
package did
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/onsonr/hway/internal/orm"
|
||||
)
|
||||
|
||||
// Format.Credential formats a credential as a DID
|
||||
func (f formatter) Credential(c *orm.Credential) string {
|
||||
return fmt.Sprintf("did:web:%s@%s#%s", c.DisplayName, c.Origin, c.ID)
|
||||
}
|
||||
|
||||
// Format.Wallet formats a wallet as a DID
|
||||
func (f formatter) Wallet(w *orm.Wallet) string {
|
||||
return fmt.Sprintf("did:sonr:%s", w.Address)
|
||||
}
|
||||
|
||||
// Format is the formatter to use for DIDs
|
||||
var Format = formatter{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user