ActionType returns the type of the action performed.
()
| 47 | type LogEntry interface { |
| 48 | // ActionType returns the type of the action performed. |
| 49 | ActionType() string |
| 50 | // ActionInfo returns the information about the action performed. |
| 51 | ActionInfo() (json.RawMessage, error) |
| 52 | // TargetType returns the type of the target of the action. |
no outgoing calls
no test coverage detected