Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnswerChunk ¶
type AnswerChunks ¶
type AnswerChunks[A Answer] interface { Combine() A }
type Client ¶
type Client[Q Question, A Answer, AC AnswerChunk] struct { // contains filtered or unexported fields }
type QuestionAnswer ¶
type QuestionAnswer[Q Question, A Answer, AC AnswerChunk] struct { Question Q Answer A AnswerChunks []AC }
Click to show internal directories.
Click to hide internal directories.