Documentation
¶
Index ¶
- type Factory
- func (f *Factory) Close() error
- func (f *Factory) Delete(name string) error
- func (f *Factory) Get(name string) (dictionaries []byte, err error)
- func (f *Factory) Initialize(conf *config.AppConfig, logger logger.DefaultLogger) error
- func (f *Factory) RegisterDictionary() (registerModel []dictionary.RegisterModel, err error)
- func (f *Factory) Save(name string, dictionaries []byte) error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func (*Factory) Initialize ¶
func (*Factory) RegisterDictionary ¶
func (f *Factory) RegisterDictionary() (registerModel []dictionary.RegisterModel, err error)
Click to show internal directories.
Click to hide internal directories.