* * Non-panicking methods. * These are mostly definition methods, so they won't panic. */
()
| 25 | * These are mostly definition methods, so they won't panic. |
| 26 | */ |
| 27 | func (s *PanicableTrigger) Name() string { |
| 28 | return s.underlying.Name() |
| 29 | } |
| 30 | |
| 31 | func (s *PanicableTrigger) Label() string { |
| 32 | return s.underlying.Label() |