Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "limits" GetMoreRatelimitKey = "limit.getmore" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitsPlugin ¶
type LimitsPlugin struct {
// contains filtered or unexported fields
}
This is a plugin that handles sending the request to the acutual downstream mongo
func (*LimitsPlugin) Configure ¶
func (p *LimitsPlugin) Configure(d bson.D) error
Configure configures this plugin with the given configuration object. Returns an error if the configuration is invalid for the plugin.
func (*LimitsPlugin) Name ¶
func (p *LimitsPlugin) Name() string
type LimitsPluginConfig ¶
Click to show internal directories.
Click to hide internal directories.