tangled
alpha
login
or
join now
tjh.dev
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
cleanup rename
anirudh.fi
1 year ago
5f88e180
ec6a0b07
verified
This commit was signed with the committer's
known signature
.
anirudh.fi
SSH Key Fingerprint:
SHA256:FQUiBXeyBQT4WKOm7EKh6hLkHjBh9MdfkV3my0dueGE=
+2
-2
1 changed file
expand all
collapse all
unified
split
knotserver
db
pubkeys.go
+2
-2
knotserver/db/pubkeys.go
···
3
3
import (
4
4
"time"
5
5
6
6
-
shbild "github.com/icyphox/bild/api/bild"
6
6
+
tangled "github.com/icyphox/bild/api/tangled"
7
7
)
8
8
9
9
type PublicKey struct {
10
10
Did string
11
11
-
shbild.PublicKey
11
11
+
tangled.PublicKey
12
12
}
13
13
14
14
func (d *DB) AddPublicKeyFromRecord(recordIface map[string]interface{}) error {