Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
//
Name string
}
type PQueue ¶
type PQueue struct {
Config *PQueueConfig
Queue []*Message // TODO we are putting a LOT in memory Nova
Count int
// contains filtered or unexported fields
}
func NewPQueue ¶
func NewPQueue(cfg *PQueueConfig) *PQueue
func (*PQueue) ListenAndServe ¶
type PQueueClient ¶
type PQueueClient struct {
//
Config *ClientConfig
}
func NewClient ¶
func NewClient(cfg *ClientConfig) *PQueueClient
func (*PQueueClient) Connect ¶
func (c *PQueueClient) Connect() error
type PQueueConfig ¶
type PQueueConfig struct {
//
Name string
}
Click to show internal directories.
Click to hide internal directories.