Documentation ¶
Index ¶
- type SpellCheckModule
- func (m *SpellCheckModule) AdditionalProperties() map[string]modulecapabilities.AdditionalProperty
- func (m *SpellCheckModule) ClassConfigDefaults() map[string]interface{}
- func (m *SpellCheckModule) Init(ctx context.Context, params moduletools.ModuleInitParams) error
- func (m *SpellCheckModule) MetaInfo() (map[string]interface{}, error)
- func (m *SpellCheckModule) Name() string
- func (m *SpellCheckModule) PropertyConfigDefaults(dt *schema.DataType) map[string]interface{}
- func (m *SpellCheckModule) RootHandler() http.Handler
- func (m *SpellCheckModule) TextTransformers() map[string]modulecapabilities.TextTransform
- func (m *SpellCheckModule) Type() modulecapabilities.ModuleType
- func (m *SpellCheckModule) ValidateClass(ctx context.Context, class *models.Class, cfg moduletools.ClassConfig) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpellCheckModule ¶
type SpellCheckModule struct {
// contains filtered or unexported fields
}
func New ¶
func New() *SpellCheckModule
func (*SpellCheckModule) AdditionalProperties ¶
func (m *SpellCheckModule) AdditionalProperties() map[string]modulecapabilities.AdditionalProperty
func (*SpellCheckModule) ClassConfigDefaults ¶
func (m *SpellCheckModule) ClassConfigDefaults() map[string]interface{}
func (*SpellCheckModule) Init ¶
func (m *SpellCheckModule) Init(ctx context.Context, params moduletools.ModuleInitParams, ) error
func (*SpellCheckModule) MetaInfo ¶
func (m *SpellCheckModule) MetaInfo() (map[string]interface{}, error)
func (*SpellCheckModule) Name ¶
func (m *SpellCheckModule) Name() string
func (*SpellCheckModule) PropertyConfigDefaults ¶
func (m *SpellCheckModule) PropertyConfigDefaults( dt *schema.DataType, ) map[string]interface{}
func (*SpellCheckModule) RootHandler ¶
func (m *SpellCheckModule) RootHandler() http.Handler
func (*SpellCheckModule) TextTransformers ¶
func (m *SpellCheckModule) TextTransformers() map[string]modulecapabilities.TextTransform
func (*SpellCheckModule) Type ¶
func (m *SpellCheckModule) Type() modulecapabilities.ModuleType
func (*SpellCheckModule) ValidateClass ¶
func (m *SpellCheckModule) ValidateClass(ctx context.Context, class *models.Class, cfg moduletools.ClassConfig, ) error
Click to show internal directories.
Click to hide internal directories.