package
Version:
v1.3.0-rc.0
Opens a new window with list of versions in this module.
Published: Sep 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Enabled *bool `yaml:"enabled,omitempty"`
Name string `yaml:"name,omitempty"`
Type string `yaml:"type,omitempty" validate:"required"`
Properties cfg.CommonCfg `yaml:",inline"`
BatchSize int `yaml:"batchSize,omitempty" default:"2048" validate:"required,gte=1"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.