(key *ari.Key)
| 54 | } |
| 55 | |
| 56 | func (l *logging) Rotate(key *ari.Key) error { |
| 57 | return l.c.commandRequest(&proxy.Request{ |
| 58 | Kind: "AsteriskLoggingRotate", |
| 59 | Key: key, |
| 60 | }) |
| 61 | } |
| 62 | |
| 63 | func (l *logging) Delete(key *ari.Key) error { |
| 64 | return l.c.commandRequest(&proxy.Request{ |