1 // Code generated by protoc-gen-goext. DO NOT EDIT. 2 3 package endpoint 4 5 func (m *ApiEndpoint) SetId(v string) { 6 m.Id = v 7 } 8 9 func (m *ApiEndpoint) SetAddress(v string) { 10 m.Address = v 11 } 12