carrier

package
v1.783.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Carrier

type Carrier interface {
	GetQuestion(question string) (string, error)
	ParseAnswer(answer string) (string, []string, error)
}

type SuggestionCarrier

type SuggestionCarrier struct {
	// contains filtered or unexported fields
}

func NewSuggestionCarrier

func NewSuggestionCarrier(suggestionCount int) (*SuggestionCarrier, error)

func (*SuggestionCarrier) GetQuestion

func (p *SuggestionCarrier) GetQuestion(question string) (string, error)

func (*SuggestionCarrier) ParseAnswer

func (p *SuggestionCarrier) ParseAnswer(answer string) (string, []string, error)

type TitleCarrier

type TitleCarrier struct {
	// contains filtered or unexported fields
}

func NewTitleCarrier

func NewTitleCarrier(needTitle bool) (*TitleCarrier, error)

func (*TitleCarrier) GetQuestion

func (p *TitleCarrier) GetQuestion(question string) (string, error)

func (*TitleCarrier) ParseAnswer

func (p *TitleCarrier) ParseAnswer(answer string) (string, []string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL