ID returns the edit ID
()
| 203 | |
| 204 | // ID returns the edit ID |
| 205 | func (e *Edit) ID() string { |
| 206 | return e.editID |
| 207 | } |
| 208 | |
| 209 | // Context returns the edit context |
| 210 | func (e *Edit) Context() context.Context { |
no outgoing calls
no test coverage detected