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(*authentication.User, []byte) (httpcontract.ResponseImplementation, error)
Compare(*authentication.User, []byte) (httpcontract.ResponseImplementation, error)
Delete(*authentication.User, []byte) (httpcontract.ResponseImplementation, error)
}
Plugin contracts
Click to show internal directories.
Click to hide internal directories.