X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=lib%2Fxdsserver%2Fsdks.go;fp=lib%2Fxdsserver%2Fsdks.go;h=4a7ba84c5ebd207306bbff641789ffcef3087fef;hp=609404549926c9b65d68c02758187ad969aaef1c;hb=65e09e831cf13343ac713fbf15281174d1f13a94;hpb=e97eebc18d726aa55738d7e19513491cf58a6e3a diff --git a/lib/xdsserver/sdks.go b/lib/xdsserver/sdks.go index 6094045..4a7ba84 100644 --- a/lib/xdsserver/sdks.go +++ b/lib/xdsserver/sdks.go @@ -38,8 +38,8 @@ type SDKs struct { stop chan struct{} // signals intentional stop } -// NewSDKs creates a new instance of SDKs -func NewSDKs(ctx *Context) (*SDKs, error) { +// SDKsConstructor creates a new instance of SDKs +func SDKsConstructor(ctx *Context) (*SDKs, error) { s := SDKs{ Context: ctx, Sdks: make(map[string]*CrossSDK),