Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportDb ¶
type ImportDb[M ImportDbMedia] interface { GetAllMedia() ([]*M, error) }
type ImportDbMedia ¶
type ImportDbMedia interface{}
type SigningKey ¶
type SigningKey struct { PrivateKey ed25519.PrivateKey KeyVersion string }
func GenerateSigningKey ¶ added in v1.3.5
func GenerateSigningKey() (*SigningKey, error)
Click to show internal directories.
Click to hide internal directories.