Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶ added in v0.15.2
func Run(p *persistence.Persistence, prv *ecdsa.PrivateKey, pubSub *p2p.PubSub, aggregationAmount int, address string) error
this func will block caller
Types ¶
type ErrResp ¶ added in v0.15.2
type ErrResp struct {
Error string `json:"error,omitempty"`
}
func NewErrResp ¶ added in v0.15.2
type HandleMessageReq ¶ added in v0.15.2
type HandleMessageResp ¶ added in v0.15.2
type HandleMessageResp struct {
TaskID string `json:"taskID"`
}
Click to show internal directories.
Click to hide internal directories.