Documentation ¶ Index ¶ type UserStory func Parse(rawStory string) (UserStory, error) func (us *UserStory) As(persona string) func (us *UserStory) IWantTo(intent string) func (us *UserStory) SoThat(reason string) func (us *UserStory) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type UserStory ¶ type UserStory struct { Persona string Intent string Reason string } func Parse ¶ func Parse(rawStory string) (UserStory, error) func (*UserStory) As ¶ func (us *UserStory) As(persona string) func (*UserStory) IWantTo ¶ func (us *UserStory) IWantTo(intent string) func (*UserStory) SoThat ¶ func (us *UserStory) SoThat(reason string) func (*UserStory) String ¶ func (us *UserStory) String() string Source Files ¶ View all Source files parser.go userstory.go Click to show internal directories. Click to hide internal directories.