Versions in this module Expand all Collapse all v0 v0.8.2 Jun 11, 2019 Changes in this version + type Config struct + ID uint64 + IncomingCh <-chan *commands.CommandRequest + JobQueue chan<- *jobpacket.JobPacket + Log *logger.Logger + NymClient *nymclient.Client + Params *coconut.Params + Store *storage.Database + type IssuerWorker struct + type ProviderWorker struct + type ServerWorker struct + func New(cfg *Config) (*ServerWorker, error) + func (sw *ServerWorker) RegisterAsIssuer(tsk *coconut.ThresholdSecretKey, tvk *coconut.ThresholdVerificationKey) error + func (sw *ServerWorker) RegisterAsProvider(avk *coconut.VerificationKey, privateKey *ecdsa.PrivateKey, ...) error + func (sw *ServerWorker) RegisterHandler(o interface{}, hfn commandhandler.HandlerFunc, ...)