Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIOperator ¶
type APIOperator interface { MethodOperator PathOperator }
type DeepCopier ¶
type DeepCopier interface {
DeepCopy() Operator
}
type MethodOperator ¶
type MethodOperator interface {
Method() string
}
type OperatorFactory ¶
OperatorFactory to create new operator
func NewOperatorFactory ¶
func NewOperatorFactory(op Operator) *OperatorFactory
type PathOperator ¶
type PathOperator interface {
Path() string
}
Click to show internal directories.
Click to hide internal directories.