Matrix/entities/device/key.go

8 lines
144 B
Go
Raw Normal View History

2020-10-01 15:45:57 +00:00
package device
type Key struct {
Id string `json:"id,omitempty"`
Type string `json:"type,omitempty"`
Key string `json:"key,omitempty"`
}