Documentation ¶
Index ¶
- func Dynamic(opts *cli.Options) error
- func NewClient(opts *cli.Options) (*queues_stream.QueuesStreamClient, error)
- func Read(opts *cli.Options, md *desc.MessageDescriptor) error
- func Relay(opts *cli.Options, relayCh chan interface{}, shutdownCtx context.Context) (relay.IRelayBackend, error)
- func Write(opts *cli.Options, md *desc.MessageDescriptor) error
- type KubeMQQueue
- type Relayer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dynamic ¶
Dynamic starts up a new GRPC client connected to the dProxy service and receives a stream of outbound replay messages which are then written to the message bus.
func NewClient ¶
func NewClient(opts *cli.Options) (*queues_stream.QueuesStreamClient, error)
Types ¶
type KubeMQQueue ¶
type KubeMQQueue struct { Options *cli.Options Client *queues_stream.QueuesStreamClient Context context.Context MsgDesc *desc.MessageDescriptor // contains filtered or unexported fields }
func (*KubeMQQueue) Read ¶
func (k *KubeMQQueue) Read() error
func (*KubeMQQueue) Write ¶
func (k *KubeMQQueue) Write(writeValues [][]byte) error
Click to show internal directories.
Click to hide internal directories.