0.1.0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type PeerManifest struct {
|
||||
IP string `json:"ip" form:"ip" query:"ip"`
|
||||
PubKey string `json:"pubkey" form:"pubkey" query:"pubkey" validate:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user