shenyu_sdk_client

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SdkClient

type SdkClient interface {
	NewClient(clientParam interface{}) (client interface{}, createResult bool, err error)

	DeregisterServiceInstance(metaData interface{}) (deRegisterResult bool, err error)

	GetServiceInstanceInfo(metaData interface{}) (instances interface{}, err error)

	RegisterServiceInstance(metaData interface{}) (registerResult bool, err error)
}

*

  • common SdkClient interface(except http client) *

func GetFactoryClient

func GetFactoryClient(clientName string) SdkClient

*

  • Get client by clientName *

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL