Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
type Implementation interface {
Start(*manager.Manager) error
Apply([]byte) (httpcontract.ResponseImplementation, error)
Compare([]byte) (httpcontract.ResponseImplementation, error)
Delete([]byte) (httpcontract.ResponseImplementation, error)
}
Plugin contracts
type ImplementationLight ¶
type ImplementationLight interface {
Start() error
Apply([]byte) (httpcontract.ResponseImplementation, error)
Compare([]byte) (httpcontract.ResponseImplementation, error)
Delete([]byte) (httpcontract.ResponseImplementation, error)
}
type ImplementationShared ¶
type ImplementationShared interface {
}
Click to show internal directories.
Click to hide internal directories.