(opts *subOpts)
| 1263 | } |
| 1264 | |
| 1265 | func (ttl AckWait) configureSubscribe(opts *subOpts) error { |
| 1266 | opts.cfg.AckWait = time.Duration(ttl) |
| 1267 | return nil |
| 1268 | } |
| 1269 | |
| 1270 | func (ttl AckWait) configureAck(opts *ackOpts) error { |
| 1271 | opts.ttl = time.Duration(ttl) |