Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
DatabaseDNS string `envconfig:"DATABASE_DNS" required:"true"`
}
type WorkerClient ¶
type WorkerClient struct {
// contains filtered or unexported fields
}
func NewWorkerClient ¶
func NewWorkerClient(logger *logrus.Entry) (*WorkerClient, error)
func (*WorkerClient) UpdateCollectionStats ¶
func (p *WorkerClient) UpdateCollectionStats(collectionId uint64)
func (*WorkerClient) UpdateCollectionTraits ¶
func (p *WorkerClient) UpdateCollectionTraits(collectionId uint64)
Click to show internal directories.
Click to hide internal directories.