client

package
v2.149.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Limiter *limiter.Config `yaml:"limiter,omitempty" json:"limiter,omitempty" toml:"limiter,omitempty"`
	TLS     *tls.Config     `yaml:"tls,omitempty" json:"tls,omitempty" toml:"tls,omitempty"`
	Token   *token.Config   `yaml:"token,omitempty" json:"token,omitempty" toml:"token,omitempty"`
	Retry   *retry.Config   `yaml:"retry,omitempty" json:"retry,omitempty" toml:"retry,omitempty"`
	Address string          `yaml:"address,omitempty" json:"address,omitempty" toml:"address,omitempty"`
	Timeout string          `yaml:"timeout,omitempty" json:"timeout,omitempty" toml:"timeout,omitempty"`
}

Config for client.

func (*Config) IsEnabled added in v2.115.0

func (c *Config) IsEnabled() bool

IsEnabled for client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL