keysd_rs 0.1.0

gPRC based keysd integration library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package api

import "github.com/keys-pub/keys"

// InviteCodeCreateResponse ...
type InviteCodeCreateResponse struct {
	Code string `json:"code"`
}

// InviteCodeResponse ...
type InviteCodeResponse struct {
	Sender    keys.ID `json:"sender"`
	Recipient keys.ID `json:"recipient"`
}