MCPcopy Index your code
hub / github.com/algolia/cli / SynonymHandler

Struct SynonymHandler

pkg/cmd/shared/handler/flags_handler.go:25–28  ·  view source on GitHub ↗

`synonyms save`

Source from the content-addressed store, hash-verified

23
24// `synonyms save`
25type SynonymHandler struct {
26 Flags *shared.SynonymFlags
27 Cmd *cobra.Command
28}
29
30func (handler SynonymHandler) Validate() error {
31 return synonyms.ValidateSynonymFlags(*handler.Flags)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected