# Packages
No description provided by the author
Package filter is a generated GoMock package.
# Structs
AccessKeyPair stores the basic attributes for authentication.
# Interfaces
AccessKeyStorage supports us to store our AccessKeyPair or load AccessKeyPair from other storage, such as filesystem.
Authenticator defines how an Authenticator works.
Filter interface defines the functions of a filter Extension - Filter.
RejectedExecutionHandler defines the handler to handle exceptions from invoking filters.*
* If the invocation cannot pass any validation in filter, like ExecuteLimitFilter and TpsLimitFilter,
* the implementation will be used.
TpsLimiter defines the Limiter that judge if the TPS overs the threshold
* please register your implementation by invoking SetTpsLimiter
* The usage, for example:
* "UserProvider":
* registry: "hangzhouzk"
* protocol : "dubbo"
* interface : "com.ikurento.user.UserProvider"
* ..
TpsLimitStrategy defines how to do the TPS limiting in method level.
TpsLimitStrategyCreator is the creator abstraction for TpsLimitStrategy.