1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00

rename field to Versions

This commit is contained in:
Asim Aslam 2022-07-02 12:35:57 +01:00
parent b6b866c0b2
commit 667ee9b85e

View File

@ -64,7 +64,7 @@ type Service struct {
// The endpoint for this service
Endpoint *Endpoint
// Versions of this service
Services []*registry.Service
Versions []*registry.Service
}
func strip(s string) string {