Lines Matching refs:bool
31 Deliver(ctx context.Context, r *Request, delivered bool) bool
39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
73 type Direction bool
95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {
99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool {
126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool {