Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Aggregate ¶ added in v0.4.0
Aggregate represents common functionality for aggregates mostly for unmarshaling
type DestroyedError ¶
type DestroyedError struct {
Entity string
}
DestroyedError represents an error when subsequent commands are called on a destroyed cluster
func (DestroyedError) Error ¶
func (err DestroyedError) Error() string
type Event ¶
type Event interface {
EventType() string
}
Event is the basic interface all events implement
type InvalidArgumentError ¶
InvalidArgumentError represents an error with an argument out of range, etc.
func (InvalidArgumentError) Error ¶
func (err InvalidArgumentError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Entity string
}
NotFoundError represents when a cluster cannot be found
func (NotFoundError) Error ¶
func (err NotFoundError) Error() string
type RequiredArgumentError ¶
type RequiredArgumentError struct {
Arg string
}
RequiredArgumentError represents an invalid argument passed to a command
func (RequiredArgumentError) Error ¶
func (err RequiredArgumentError) Error() string
type UnsupportedEventError ¶
UnsupportedEventError represents an invalid event for the aggregate
func (UnsupportedEventError) Error ¶
func (err UnsupportedEventError) Error() string
Click to show internal directories.
Click to hide internal directories.