Documentation ¶ Index ¶ func Dot[T any](ctx context.Context, root question.Question[T], initialState T) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Dot ¶ func Dot[T any](ctx context.Context, root question.Question[T], initialState T) (string, error) Dot generates a DOT graph from the given root question and returns it as a string. The graph will be directed and will represent the flow of questions and choices in the interview. Types ¶ This section is empty. Source Files ¶ View all Source files dot.go Click to show internal directories. Click to hide internal directories.