Documentation ¶
Index ¶
- type EmptyStep
- type SimpleStep
- func (s *SimpleStep) GetPropertyName() string
- func (s *SimpleStep) IsEmpty() bool
- func (s *SimpleStep) PostSlackAttachment(flowHandler string, i int) *model.SlackAttachment
- func (s *SimpleStep) ResponseSlackAttachment(value bool) *model.SlackAttachment
- func (s *SimpleStep) ShouldSkip(value bool) int
- type Step
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyStep ¶
func (*EmptyStep) GetPropertyName ¶
func (*EmptyStep) PostSlackAttachment ¶
func (s *EmptyStep) PostSlackAttachment(flowHandler string, i int) *model.SlackAttachment
func (*EmptyStep) ResponseSlackAttachment ¶
func (s *EmptyStep) ResponseSlackAttachment(value bool) *model.SlackAttachment
func (*EmptyStep) ShouldSkip ¶
type SimpleStep ¶ added in v0.1.2
type SimpleStep struct { Title string Message string PropertyName string TrueButtonMessage string FalseButtonMessage string TrueResponseMessage string FalseResponseMessage string TrueSkip int FalseSkip int }
func (*SimpleStep) GetPropertyName ¶ added in v0.1.2
func (s *SimpleStep) GetPropertyName() string
func (*SimpleStep) IsEmpty ¶ added in v0.1.2
func (s *SimpleStep) IsEmpty() bool
func (*SimpleStep) PostSlackAttachment ¶ added in v0.1.2
func (s *SimpleStep) PostSlackAttachment(flowHandler string, i int) *model.SlackAttachment
func (*SimpleStep) ResponseSlackAttachment ¶ added in v0.1.2
func (s *SimpleStep) ResponseSlackAttachment(value bool) *model.SlackAttachment
func (*SimpleStep) ShouldSkip ¶ added in v0.1.2
func (s *SimpleStep) ShouldSkip(value bool) int
Click to show internal directories.
Click to hide internal directories.