(filter *ari.Key)
| 47 | } |
| 48 | |
| 49 | func (l *logging) List(filter *ari.Key) ([]*ari.Key, error) { |
| 50 | return l.c.listRequest(&proxy.Request{ |
| 51 | Kind: "AsteriskLoggingList", |
| 52 | Key: filter, |
| 53 | }) |
| 54 | } |
| 55 | |
| 56 | func (l *logging) Rotate(key *ari.Key) error { |
| 57 | return l.c.commandRequest(&proxy.Request{ |
nothing calls this directly
no test coverage detected