Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the `git describe` string embedded via ldflags Version string // Rev is the `git rev-parse` string embedded via ldflags Rev string )
Functions ¶
This section is empty.
Types ¶
type AMQPPublisher ¶
func NewAMQPPublisher ¶
func NewAMQPPublisher(amqpUri string) (*AMQPPublisher, error)
type Configuration ¶
type Configuration struct {
EnableDebug bool
ServerAddress string
Storage string
StorageUri string
AmqpUri string
}
func NewConfigurationFromContext ¶ added in v0.1.5
func NewConfigurationFromContext(c *cli.Context) *Configuration
Click to show internal directories.
Click to hide internal directories.
