Write writes a review request as a JSON-formatted git note.
()
| 99 | |
| 100 | // Write writes a review request as a JSON-formatted git note. |
| 101 | func (request *Request) Write() (repository.Note, error) { |
| 102 | bytes, err := json.Marshal(request) |
| 103 | return repository.Note(bytes), err |
| 104 | } |
no outgoing calls