tile38/internal/endpoint
tidwall c084aeedc2 Code cleanup
This commit cleans up various Go code in the internal directory.
- Ensures comments on exported functions
- Changes all *Server receiver in all files to be "s", instead
  of mixed "c", "s", "server", etc.
- Silenced Go warnings for if/else with returns.
- Cleaned up import ordering.
2019-10-30 10:17:59 -07:00
..
amqp.go Code cleanup 2019-10-30 10:17:59 -07:00
disque.go Code cleanup 2019-10-30 10:17:59 -07:00
endpoint.go Allow for standard SQS URLs 2019-03-13 15:41:49 -07:00
grpc.go Code cleanup 2019-10-30 10:17:59 -07:00
http.go Allow 201 & 202 status code on webhooks 2019-02-05 14:49:01 -07:00
kafka.go Code cleanup 2019-10-30 10:17:59 -07:00
local.go Code cleanup 2019-10-30 10:17:59 -07:00
mqtt.go Use WaitTimeout for MQTT 2019-10-08 11:13:18 -07:00
nats.go Code cleanup 2019-10-30 10:17:59 -07:00
redis.go Code cleanup 2019-10-30 10:17:59 -07:00
sqs.go Code cleanup 2019-10-30 10:17:59 -07:00