Versions in this module Expand all Collapse all v0 v0.5.0 Nov 24, 2023 Changes in this version + func Configure() *command.Command + func Execute() error + func NewDocumentCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewDocumentDownloadCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewDocumentStatusCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewDocumentUploadCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewGlossariesCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewGlossariesCreateCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewGlossariesDeleteCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewGlossariesEntriesCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewGlossariesInfoCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewGlossariesLanguagePairsCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewGlossariesListCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewLanguagesCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewRootCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewTranslateTextCmd(stdout io.Writer, stderr io.Writer) *command.Command + func NewUsageCmd(stdout io.Writer, stderr io.Writer) *command.Command + type DocumentDownloadCmdConfig struct + func (c *DocumentDownloadCmdConfig) Exec(ctx context.Context, args []string) error + func (c *DocumentDownloadCmdConfig) RegisterFlags(fs *flag.FlagSet) + type DocumentStatusCmdConfig struct + func (c *DocumentStatusCmdConfig) Exec(ctx context.Context, args []string) error + func (c *DocumentStatusCmdConfig) RegisterFlags(fs *flag.FlagSet) + type DocumentUploadCmdConfig struct + func (c *DocumentUploadCmdConfig) Exec(ctx context.Context, args []string) error + func (c *DocumentUploadCmdConfig) RegisterFlags(fs *flag.FlagSet) + type GlossariesCmdConfig struct + func (c *GlossariesCmdConfig) Exec(context.Context, []string) error + func (c *GlossariesCmdConfig) RegisterFlags(fs *flag.FlagSet) + type GlossariesCreateCmdConfig struct + func (c *GlossariesCreateCmdConfig) Exec(ctx context.Context, args []string) error + func (c *GlossariesCreateCmdConfig) RegisterFlags(fs *flag.FlagSet) + type GlossariesDeleteCmdConfig struct + func (c *GlossariesDeleteCmdConfig) Exec(ctx context.Context, args []string) error + func (c *GlossariesDeleteCmdConfig) RegisterFlags(fs *flag.FlagSet) + type GlossariesEntriesCmdConfig struct + func (c *GlossariesEntriesCmdConfig) Exec(ctx context.Context, args []string) error + func (c *GlossariesEntriesCmdConfig) RegisterFlags(fs *flag.FlagSet) + type GlossariesInfoCmdConfig struct + func (c *GlossariesInfoCmdConfig) Exec(ctx context.Context, args []string) error + func (c *GlossariesInfoCmdConfig) RegisterFlags(fs *flag.FlagSet) + type GlossariesLanguagePairsCmdConfig struct + func (c *GlossariesLanguagePairsCmdConfig) Exec(ctx context.Context, args []string) error + func (c *GlossariesLanguagePairsCmdConfig) RegisterFlags(fs *flag.FlagSet) + type GlossariesListCmdConfig struct + func (c *GlossariesListCmdConfig) Exec(ctx context.Context, args []string) error + func (c *GlossariesListCmdConfig) RegisterFlags(fs *flag.FlagSet) + type LanguagesCmdConfig struct + func (c *LanguagesCmdConfig) Exec(ctx context.Context, args []string) error + func (c *LanguagesCmdConfig) RegisterFlags(fs *flag.FlagSet) + type RootCmdConfig struct + func (c *RootCmdConfig) Exec(ctx context.Context, args []string) error + func (c *RootCmdConfig) RegisterFlags(fs *flag.FlagSet) + type TranslateTextCmdConfig struct + func (c *TranslateTextCmdConfig) Exec(ctx context.Context, args []string) error + func (c *TranslateTextCmdConfig) RegisterFlags(fs *flag.FlagSet) + type UsageCmdConfig struct + func (c *UsageCmdConfig) Exec(ctx context.Context, args []string) error + func (c *UsageCmdConfig) RegisterFlags(fs *flag.FlagSet) + type Verbosity int + func (v *Verbosity) Set(s string) error + func (v *Verbosity) String() string