operation.pbext.go raw

   1  // Code generated by protoc-gen-goext. DO NOT EDIT.
   2  
   3  package api
   4  
   5  func (m *Operation) SetMetadata(v string) {
   6  	m.Metadata = v
   7  }
   8  
   9  func (m *Operation) SetResponse(v string) {
  10  	m.Response = v
  11  }
  12