String returns a string representation of this object. Useful for testing and debugging.
()
| 14 | // String returns a string representation of this object. |
| 15 | // Useful for testing and debugging. |
| 16 | func (e CodeCommitEvent) String() string { |
| 17 | return fmt.Sprintf("{Records: %v}", e.Records) |
| 18 | } |
| 19 | |
| 20 | type CodeCommitEventTime time.Time |
| 21 |
no outgoing calls