Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientGRPC ¶
func NewClientGRPC(conn grpc.ClientConnInterface, options ...NewClientOption) (client.ConfigClient, error)
NewClientGRPC returns new instance that uses given service client for requests.
Types ¶
type NewClientOption ¶ added in v3.3.0
type NewClientOption = func(client.GenericClient) error
func UseRemoteRegistry ¶ added in v3.3.0
func UseRemoteRegistry(modelClass string) NewClientOption
UseRemoteRegistry modifies remote client to use remote model registry instead of local model registry. The remote model registry is filled with remote known models for given class (modelClass).
Click to show internal directories.
Click to hide internal directories.