amqptools

package module
v0.0.0-...-8f64890 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2013 License: MIT Imports: 5 Imported by: 0

README

amqp-tools


           ,_ ,_        (\/)    _, _,
           | '. '.       \/   .' .' |
           \   \  \          /  /   /
            '.__\_|_        _|_/__.'
                /`  '.    .'   `\
               /    ^ )  ( ^     \
              /   __.'    '.__    \
            .'   (_          _)    '.
          .'      \'-._  _.-'/       '.
         /         '.__)(__.'          \
        ;        .-. '.  .' .-.         ;
      /`|       /   '._)(_.'   \        |`\
     |   \     /--.          .--\      /   |
      '--'\   '-.__)        (__.-'    /'--'
       jgs )_____)            (______(


so long and thanks for all the bunnies

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	VersionString string
	RevString     string
)

Functions

This section is empty.

Types

type Debugger

type Debugger struct {
	// contains filtered or unexported fields
}

func (*Debugger) Fatal

func (d *Debugger) Fatal(err error, message ...interface{})

func (*Debugger) IsBoolFlag

func (d *Debugger) IsBoolFlag() bool

func (*Debugger) Off

func (d *Debugger) Off()

func (*Debugger) On

func (d *Debugger) On()

func (*Debugger) Print

func (d *Debugger) Print(message ...interface{})

func (*Debugger) Set

func (d *Debugger) Set(value string) error

func (*Debugger) SetDebug

func (d *Debugger) SetDebug(val bool)

func (*Debugger) String

func (d *Debugger) String() string

func (*Debugger) WithError

func (d *Debugger) WithError(err error, message ...interface{}) bool

type DeliveryPlus

type DeliveryPlus struct {
	RawDelivery amqp.Delivery
	Data        map[string]interface{}
}

type Nexter

type Nexter interface {
	Next() (string, error)
}

type PublishResult

type PublishResult struct {
	Message string
	Error   error
	IsFatal bool
}

type SeriesProvider

type SeriesProvider struct {
	// contains filtered or unexported fields
}

func (*SeriesProvider) Next

func (sp *SeriesProvider) Next() (string, error)

type StaticProvider

type StaticProvider struct {
	Value string
}

func (*StaticProvider) Next

func (sp *StaticProvider) Next() (string, error)

type UUIDProvider

type UUIDProvider struct{}

func (*UUIDProvider) Next

func (up *UUIDProvider) Next() (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL