Initial QSfera import
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package data
|
||||
|
||||
// SigningKey holds the Payload for a GetSigningKey response
|
||||
type SigningKey struct {
|
||||
User string `json:"user" xml:"user"`
|
||||
SigningKey string `json:"signing-key" xml:"signing-key"`
|
||||
}
|
||||
Reference in New Issue
Block a user