func()

in testpb/test.pb.go [33:38]


func (m *TestMessage) GetCity() string {
	if m != nil && m.City != nil {
		return *m.City
	}
	return ""
}