Documentation
¶
Overview ¶
Package registry provides the step registry, joining the step providers together.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrDuplicateProviderKind ¶
type ErrDuplicateProviderKind struct {
Kind string
}
ErrDuplicateProviderKind indicates that there are two providers with the same kind value.
func (ErrDuplicateProviderKind) Error ¶
func (e ErrDuplicateProviderKind) Error() string
Error returns the error message.
Click to show internal directories.
Click to hide internal directories.