diff --git a/client.go b/client.go index a7d14b59..4657e839 100644 --- a/client.go +++ b/client.go @@ -218,7 +218,9 @@ type client struct { connector Connector } -// NewClient returns a new DOSA client for the registry and connector provided. +// NewClient returns a new DOSA client for the registry and connector +// provided. This is currently only a partial implementation to demonstrate +// basic CRUD functionality. func NewClient(reg Registrar, conn Connector) Client { return &client{ registrar: reg,