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 ¶
func ProgVersion ¶
func ProgVersion() string
Types ¶
type AMQPPublisher ¶
func NewAMQPPublisher ¶
func NewAMQPPublisher(amqpUri string) (*AMQPPublisher, error)
type Configuration ¶
type Configuration struct {
DisplayVersion bool
DisplayRev bool
PidFile string
EnableDebug bool
ServerAddress string
Storage string
StorageUri string
AmqpUri string
ShowStorage bool
ExitImmediate bool
}
func NewConfigurationFromFlags ¶
func NewConfigurationFromFlags() *Configuration
Click to show internal directories.
Click to hide internal directories.
