Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrQueueUnknown = errors.New("queue unknown")
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, d service.GrpcDialer, o Option) (*Controller, error)
func (*Controller) Close ¶
func (s *Controller) Close() error
func (*Controller) Dequeue ¶
func (s *Controller) Dequeue(in *pb.DequeueRequest) (*pb.DequeueReply, error)
func (*Controller) Queue ¶
func (s *Controller) Queue(in *pb.QueueRequest) (*pb.Void, error)
Click to show internal directories.
Click to hide internal directories.