linkerd2/controller/tap
Andrew Seigner 1c302182ef
Enable lint check for comments (#2023)
Commit 1: Enable lint check for comments

Part of #217. Follow up from #1982 and #2018.

A subsequent commit will fix the ci failure.

Commit 2: Address all comment-related linter errors.

This change addresses all comment-related linter errors by doing the
following:
- Add comments to exported symbols
- Make some exported symbols private
- Recommend via TODOs that some exported symbols should should move or
  be removed

This PR does not:
- Modify, move, or remove any code
- Modify existing comments

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-01-02 14:03:59 -08:00
..
client.go Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
server.go Add filtering by job in stat, tap, top; fix panic (#1904) 2018-12-03 15:34:49 -08:00
server_test.go Controller: wait for caches to sync before opening listeners (#1958) 2018-12-07 11:15:45 -08:00