 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
	Pool      server.PG         `kong:"-"`                                     // Connection pool
	Router    server.HTTPRouter `kong:"-"`                                     // Which HTTP router to use
	Namespace *string           `help:"Namespace"`                             // Namespace for queues and tickers
	Worker    *string           `help:"Worker name"`                           // The name of the worker
	Prefix    string            `default:"${QUEUE_PREFIX}" help:"Path prefix"` // HTTP Path Prefix
}
    func (Config) Description ¶
 Click to show internal directories. 
   Click to hide internal directories.