Context returns the edit context
()
| 208 | |
| 209 | // Context returns the edit context |
| 210 | func (e *Edit) Context() context.Context { |
| 211 | return e.ctx |
| 212 | } |
| 213 | |
| 214 | // Validate validates the edit |
| 215 | func (e *Edit) Validate() error { |
no outgoing calls
no test coverage detected