Documentation ¶ Index ¶ type CallbackQueue func New() CallbackQueue func (cq *CallbackQueue) Dequeue(id string) (func(confirmation ocpp.Response, err error), bool) func (cq *CallbackQueue) TryQueue(id string, try func() error, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CallbackQueue ¶ type CallbackQueue struct { // contains filtered or unexported fields } func New ¶ func New() CallbackQueue func (*CallbackQueue) Dequeue ¶ func (cq *CallbackQueue) Dequeue(id string) (func(confirmation ocpp.Response, err error), bool) func (*CallbackQueue) TryQueue ¶ func (cq *CallbackQueue) TryQueue(id string, try func() error, callback func(confirmation ocpp.Response, err error)) error Source Files ¶ View all Source files callbackqueue.go Click to show internal directories. Click to hide internal directories.