mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2025-12-23 23:57:50 -05:00
6 lines
129 B
Go
6 lines
129 B
Go
package proton
|
|
|
|
import "github.com/ProtonMail/gopenpgp/v2/crypto"
|
|
|
|
type LinkWalkFunc func([]string, Link, *crypto.KeyRing) error
|