owncast/controllers/admin
Gabe Kangas c6c6f0233d
Expanded linting + fix warnings (#1396)
* Expand the linters and types of warnings to improve consistency and safety

* Fail lint workflow if there are errors

* golint has been replaced by revive

* Hand-pick some of the default exclude list

* Ignore error when trying to delete preview gif

* Ignore linter warning opening playlist path

* Rename user field Id -> ID

* A bunch of renames to address linter warnings

* Rename ChatClient -> Client per linter suggestion best practice

* Rename ChatServer -> Server per linter suggestion best practice

* More linter warning fixes

* Add missing comments to all exported functions and properties
2021-09-12 00:18:15 -07:00
..
chat.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
config.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
connectedClients.go Clarify in routes and names that it is chat clients being returned 2021-07-21 17:19:15 -07:00
disconnect.go Fix godoc style comments (#356) 2020-11-12 15:14:59 -08:00
externalAPIUsers.go Chat refactor + persistent backing chat users (#1163) 2021-07-19 19:22:29 -07:00
hardware.go Start cleaning up linter errors. (#358) 2020-11-14 18:39:53 -08:00
index.go change admin 404 error log level to debug (#1342) 2021-08-21 18:16:27 -07:00
logs.go style fix for error checking (#1170) 2021-07-09 11:16:44 -07:00
serverConfig.go Chat refactor + persistent backing chat users (#1163) 2021-07-19 19:22:29 -07:00
status.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
viewers.go Start cleaning up linter errors. (#358) 2020-11-14 18:39:53 -08:00
webhooks.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
yp.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00