swagger:model continueWith
| 15 | |
| 16 | // swagger:model continueWith |
| 17 | type ContinueWith interface { |
| 18 | //swagger:ignore |
| 19 | GetAction() string |
| 20 | } |
| 21 | |
| 22 | // swagger:enum ContinueWithActionSetOrySessionToken |
| 23 | type ContinueWithActionSetOrySessionToken string |
no outgoing calls
no test coverage detected