mattermost/plugin
Andres 1155b08404 MM - 19155 Change plugin helpers files to be golint complied (#12686)
* MM-19155 Change plugin helpers files to be golint complied

* add makefile target that checks if plugin/helpers files are golint
  compliant

* MM-19155 - Change plugin helpers files to be golint complied

* added comment documentation to exported plugin/helpers methods
* changed variable names to be compliant with golint

* Address feedback
2019-11-12 06:29:21 +01:00
..
checker MM-17888 Check plugin Helpers minimum server version comments (#12663) 2019-10-30 08:34:29 +01:00
interface_generator Adding interplugin communication. (#12829) 2019-11-04 17:35:58 -08:00
plugintest Adding interplugin communication. (#12829) 2019-11-04 17:35:58 -08:00
scheduler MM-16796: reduce plugin job interval to once per day (#11521) 2019-07-05 20:11:11 -03:00
api.go [MM-18676] Add tag annotations to plugin server API methods (#12701) 2019-11-06 07:49:28 +01:00
client.go Revert "MM-16809: Added EnsureChannel Helper (#11852)" (#12314) 2019-09-24 13:48:33 -04:00
client_rpc.go Adding interplugin communication. (#12829) 2019-11-04 17:35:58 -08:00
client_rpc_generated.go MM-16822 - Implement KVSetWithOptions (#11818) 2019-11-04 13:49:54 +01:00
context.go Adding interplugin communication. (#12829) 2019-11-04 17:35:58 -08:00
doc.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
environment.go MM-17023: Plugin Marketplace (#12183) 2019-09-17 15:02:26 -04:00
example_hello_world_test.go MM-12193: remove auto unmarshalling (#9519) 2018-10-03 13:13:19 -04:00
example_help_test.go MM-12193: remove auto unmarshalling (#9519) 2018-10-03 13:13:19 -04:00
hclog_adapter.go MM-14617 Dependency upgrades and adding modules support. (#10517) 2019-04-10 07:56:17 -07:00
health_check.go [MM-18277] Refactor plugin/health_check.go to use structured l… (#12734) 2019-10-14 12:00:23 -06:00
health_check_test.go MM-16378: revert plugin health check config removal (#11819) 2019-08-12 18:48:02 -03:00
helpers.go MM - 19155 Change plugin helpers files to be golint complied (#12686) 2019-11-12 06:29:21 +01:00
helpers_bots.go MM - 19155 Change plugin helpers files to be golint complied (#12686) 2019-11-12 06:29:21 +01:00
helpers_bots_test.go [MM-19153] Add server version check in helper methods for plugins (#12675) 2019-11-06 17:42:46 +01:00
helpers_kv.go [MM-19153] Add server version check in helper methods for plugins (#12675) 2019-11-06 17:42:46 +01:00
helpers_kv_test.go [MM-19153] Add server version check in helper methods for plugins (#12675) 2019-11-06 17:42:46 +01:00
hooks.go #10883 adding const error string DismissPostError to be returned by MessageWillBePosted (#10921) 2019-06-06 06:16:28 +02:00
http.go [MM-16437] Plugin crashes the server when calling WriteHeader with an invalid http code (#11276) 2019-10-31 13:27:49 -04:00
io_rpc.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02:00
main_test.go MM-16506: conditionally build go.mod for plugins (#11430) 2019-07-05 12:34:49 -03:00
stringifier.go Run unused against codebase (#12968) 2019-11-01 23:08:01 +01:00
stringifier_test.go Run unused against codebase (#12968) 2019-11-01 23:08:01 +01:00
supervisor.go MM-18278 Converting to structured logging the file plugin/supe… (#12177) 2019-09-12 09:31:09 -04:00
supervisor_test.go MM-14575 - Automatically serve static files for plugins (#10476) 2019-04-05 10:35:51 -04:00
valid.go MM-11292: clean up plugins GoDoc (#9109) 2018-07-13 10:29:50 -04:00
valid_test.go Fixing formatting. (#9801) 2018-11-06 16:28:55 +08:00