wormhole/bridge/cmd/guardiand
Leo 63b77714ec proto: add strict linting and fix up existing protos
Passing the strict lint checks requires a number of backwards-
incompatible changes:

- Rename the NodePrivileged service to NodePrivilegedService.
  This is only used in CLI tooling, which are upgraded at the same
  time as the server binary.

- The Publicrpc service was renamed to PublicRPCService.

- The EmitterChain type is renamed to ChainID.

- The default value for the ChainID type is renamed to
  CHAIN_ID_UNSPECIFIED. This value wasn't referenced anywhere.

- The response and request types for GetLastHeartbeats were updated
  to match the rpc method name.

Change-Id: I3954130d3b25ab1f859390407bba3d3c02ffe03c
2021-08-25 14:26:33 +00:00
..
adminclient.go proto: add strict linting and fix up existing protos 2021-08-25 14:26:33 +00:00
adminnodes.go proto: add strict linting and fix up existing protos 2021-08-25 14:26:33 +00:00
adminserver.go proto: add strict linting and fix up existing protos 2021-08-25 14:26:33 +00:00
admintemplate.go Explicitly document required command line arguments 2021-01-21 00:01:34 +01:00
adminverify.go Explicitly document required command line arguments 2021-01-21 00:01:34 +01:00
bridge.go Write attestation events to BigTable 2021-08-23 09:54:28 -05:00
bridgekey.go node: create valid key file when an empty description is provided 2021-07-27 12:40:46 +00:00
nodekey.go bridge: log own peer ID at startup 2020-12-06 20:26:12 +01:00
publicrpc.go proto: add strict linting and fix up existing protos 2021-08-25 14:26:33 +00:00
publicweb.go proto: add strict linting and fix up existing protos 2021-08-25 14:26:33 +00:00
systemd.go node/cmd: add support for systemd listener sockets 2021-08-23 10:51:09 +00:00