Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelpSystem ¶
type HelpSystem struct {
// contains filtered or unexported fields
}
func NewHelpSystem ¶
func NewHelpSystem() *HelpSystem
func (*HelpSystem) Get ¶
func (h *HelpSystem) Get(topic string) string
func (*HelpSystem) ListTopics ¶
func (h *HelpSystem) ListTopics() []string
type InteractiveTutorial ¶
type InteractiveTutorial struct {
// contains filtered or unexported fields
}
func NewInteractiveTutorial ¶
func NewInteractiveTutorial() *InteractiveTutorial
func (*InteractiveTutorial) CurrentTopic ¶
func (t *InteractiveTutorial) CurrentTopic() string
func (*InteractiveTutorial) Next ¶
func (t *InteractiveTutorial) Next()
func (*InteractiveTutorial) Prev ¶
func (t *InteractiveTutorial) Prev()
func (*InteractiveTutorial) Progress ¶
func (t *InteractiveTutorial) Progress() float64
type OnboardingFlow ¶
type OnboardingFlow struct {
// contains filtered or unexported fields
}
func NewOnboardingFlow ¶
func NewOnboardingFlow() *OnboardingFlow
func (*OnboardingFlow) CompleteStep ¶
func (f *OnboardingFlow) CompleteStep()
func (*OnboardingFlow) CurrentStep ¶
func (f *OnboardingFlow) CurrentStep() *OnboardingStep
func (*OnboardingFlow) IsComplete ¶
func (f *OnboardingFlow) IsComplete() bool
func (*OnboardingFlow) Progress ¶
func (f *OnboardingFlow) Progress() float64
func (*OnboardingFlow) Steps ¶
func (f *OnboardingFlow) Steps() []OnboardingStep
Click to show internal directories.
Click to hide internal directories.