12 lines
191 B
Go
12 lines
191 B
Go
// Code generated by protoc-gen-goext. DO NOT EDIT.
|
|
|
|
package api
|
|
|
|
func (m *Operation) SetMetadata(v string) {
|
|
m.Metadata = v
|
|
}
|
|
|
|
func (m *Operation) SetResponse(v string) {
|
|
m.Response = v
|
|
}
|