Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidName ¶
type InvalidName struct {
Errors []error
}
func (*InvalidName) Error ¶
func (i *InvalidName) Error() string
type Name ¶
type Name string
Name of a queue
func NameFromString ¶
NameFromString takes a string and returns a Queue Name if valid, otherwise returns an InvalidName error.
Click to show internal directories.
Click to hide internal directories.