1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
caba761c7b fix extraction field naming with standard Go types (#2763) 2025-05-15 18:59:10 +01:00
610c00859f v5 2024-06-04 21:40:43 +01:00
a40f6e8fae [fix] fixing f.IsExported undefined issue (#2382)
IsExported needs go1.17, replace with PkgPath
2021-12-07 17:30:48 +08:00
90b3e4af0b [fix] ignore unexported field (#2354)
ignore unexported field when register endpoints
2021-11-18 17:07:00 +08:00
1cd7cfaa6c go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
d94936f6c9 v3 (#2104)
* v3

* revert plugins

* fixup some issues
2021-01-20 13:54:31 +00:00
f23638c036 fix import paths for v2 release
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-01-30 14:44:40 +03:00
72522a869a fix endpoint extractor panic 2019-11-11 17:37:48 +00:00
a9e8fc6039 Don't set stream unless its true 2019-11-09 10:32:52 +00:00
bb01b3ed78 Don't extract repeated value 2019-08-06 14:52:15 +01:00
c3ea25225c Don't check value name on extraction 2019-08-06 14:49:42 +01:00
ca77773fbf fix json tag parsing 2019-03-19 00:21:25 +00:00
a9889730d6 move addr extractor to misc 2017-01-12 13:20:34 +00:00
15f19b700f Use struct tags if available 2016-07-30 19:01:42 +01:00
decb70b97c Response type for Stream is an interface 2016-04-26 15:52:08 +01:00
3dd911fb33 Stop recursive loop where its a recursive type 2015-12-25 01:06:51 +00:00
dd73c1f0ac support slices in extractor, longer term need to look at all types 2015-12-07 16:12:46 +00:00
a69811fc72 Fix the sub extractor 2015-12-03 00:49:58 +00:00
5d88115f2a update links from myodc to micro 2015-11-20 16:17:33 +00:00
0dbe14ad22 Extract private ip for registration when 0.0.0.0 is specified as bind address 2015-11-04 21:53:39 +00:00
b91af916f9 Add pub/sub to client/server and make broker more low level 2015-06-12 19:52:27 +01:00
cdf2f2cbcd Change receiver to handler, breaking change, grrr 2015-06-03 01:25:37 +01:00