package config
import "github.com/ydb-platform/ydb-go-sdk/v3/ratelimiter/config"
Index ¶
Types ¶
type Config ¶
type Config interface { Trace() trace.Ratelimiter OperationParams() operation.Params }
func New ¶
type Option ¶
type Option func(c *config)
func WithOperationCancelAfter ¶
func WithOperationTimeout ¶
func WithTrace ¶
func WithTrace(trace trace.Ratelimiter) Option
Source Files ¶
- Version
- v3.11.0-rc2
- Published
- Feb 18, 2022
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 10 minutes ago –
Tools for package owners.