Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextManager ¶
type TextManager interface { // GetEchoText get text for echo scene with variables GetEchoText() (director.Text, error) // GetEchoRepeatText get text for echoRepeat scene with variables GetEchoRepeatText(userText string) (director.Text, error) // GetGoodbyeText get text for goodbye scene with variables GetGoodbyeText() (director.Text, error) // GetHelloText get text for hello scene with variables GetHelloText(number int64) (director.Text, error) }
Click to show internal directories.
Click to hide internal directories.