Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kind ¶
type Kind interface {
Start() error
Apply(*authentication.User, []byte) (ResponseImplementation, error)
Compare(*authentication.User, []byte) (ResponseImplementation, error)
Delete(*authentication.User, []byte) (ResponseImplementation, error)
Run(string, ...interface{}) ResponseOperator
}
type RequestOperator ¶
type RequestOperator struct {
User *authentication.User
Data map[string]any
}
type ResponseImplementation ¶
Click to show internal directories.
Click to hide internal directories.