package
Version:
v5.2.0
Opens a new window with list of versions in this module.
Published: Jun 9, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Aspell struct {
Mode mode `yaml:"mode"`
RemoteFile RemoteFile `yaml:"remote_file"`
MinLength int `yaml:"min_length"`
IgnoreFiles []string `yaml:"ignore_files"`
AllowedWords []string `yaml:"allowed"`
HelpText string `yaml:"-"`
}
type RemoteFile struct {
URL string `yaml:"url"`
URLEnv string `yaml:"url_env"`
PrivateTokenENV string `yaml:"private_token_env"`
AllowedItemsKey string `yaml:"allowed_items_key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.