GetPlugin get the plugin in context
()
| 37 | |
| 38 | // GetPlugin get the plugin in context |
| 39 | func (input *ApiResourceInput) GetPlugin() string { |
| 40 | return input.Params["plugin"] |
| 41 | } |
| 42 | |
| 43 | // OutputFile is the file returned |
| 44 | type OutputFile struct { |
no outgoing calls
no test coverage detected