alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
cleanup rename
author
Anirudh Oppiliappan
date
1 year ago
(Feb 2, 2025, 12:43 PM +0200)
commit
45fa43ea
45fa43ea0db680f873fed45185ed662d9794db1c
parent
bc7c19e9
bc7c19e9cf78c0fe16c850109668cb9fe2270dc8
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
knotserver
db
pubkeys.go
+2
-2
knotserver/db/pubkeys.go
Reviewed
···
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 {