Documentation ¶ Index ¶ Constants func StartRx(impl pb.RxServer) error Constants ¶ View Source const ( ResourceKindConfig = "config" ResourceKindSecret = "secret" ResourceKindMisc = "misc" ) Variables ¶ This section is empty. Functions ¶ func StartRx ¶ added in v0.0.5 func StartRx(impl pb.RxServer) error StartRx creates and starts a gRPC server implementing the Rx service. The server listens on the port specified by the RX_PORT environment variable. The implementation must implement the proto.RxServer interface. Types ¶ This section is empty. Source Files ¶ View all Source files constants.gorpc.go Directories ¶ Show internal Expand all Path Synopsis proto Click to show internal directories. Click to hide internal directories.