Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReservedKeywords = []string{ specs.InputResource, specs.ErrorResource, specs.StackResource, }
ReservedKeywords represents a list with reserved keywords
Functions ¶
func FlowDuplicates ¶
func FlowDuplicates(ctx *broker.Context, flows specs.FlowListInterface) error
FlowDuplicates checks for duplicate definitions
Types ¶
type ErrFlowDuplicate ¶
type ErrFlowDuplicate struct {
Flow string
}
ErrFlowDuplicate occurs when FlowDuplicates finds several flows with the same name
func (ErrFlowDuplicate) Error ¶
func (e ErrFlowDuplicate) Error() string
func (ErrFlowDuplicate) Prettify ¶
func (e ErrFlowDuplicate) Prettify() prettyerr.Error
type ErrReservedKeyword ¶
type ErrReservedKeyword struct {
Flow string
}
ErrReservedKeyword occurs when a flow's name conflicts with a reserved keyword.
func (ErrReservedKeyword) Error ¶
func (e ErrReservedKeyword) Error() string
func (ErrReservedKeyword) Prettify ¶
func (e ErrReservedKeyword) Prettify() prettyerr.Error
type ErrResourceDuplicate ¶
ErrResourceDuplicate occurs when NodeDuplicates finds several resources with the same name
func (ErrResourceDuplicate) Error ¶
func (e ErrResourceDuplicate) Error() string
func (ErrResourceDuplicate) Prettify ¶
func (e ErrResourceDuplicate) Prettify() prettyerr.Error
Click to show internal directories.
Click to hide internal directories.