# README
Cross chaincode service calls extension
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSettingServiceGateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
RegisterSettingServiceChaincode registers service methods as chaincode router handlers.
RegisterSettingServiceHandler registers the http handlers for service SettingService to "mux".
RegisterSettingServiceHandlerClient registers the http handlers for service SettingService to "mux".
RegisterSettingServiceHandlerFromEndpoint is same as RegisterSettingServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterSettingServiceHandlerServer registers the http handlers for service SettingService to "mux".
No description provided by the author
No description provided by the author
# Constants
SettingServiceChaincode method names.
SettingServiceChaincode method names.
SettingServiceChaincode method names.
SettingServiceChaincode method names.
SettingServiceChaincode method names.
SettingServiceChaincodeMethodPrefix allows to use multiple services with same method names in one chaincode.
# Variables
No description provided by the author
No description provided by the author
go:embed cclocator_setting.swagger.json.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
State: ervice resolving setting.
Id: service resolving setting identifier.
List: service resolving settings.
Event: service resolving settings was set.
Request: set service resolving setting.
No description provided by the author
gateway implementation gateway can be used as kind of SDK, GRPC or REST server ( via grpc-gateway or clay ).
UnimplementedSettingServiceServer can be embedded to have forward compatible implementations.
# Interfaces
SettingServiceChaincode chaincode methods interface.
SettingServiceClient is the client API for SettingService service.
SettingServiceServer is the server API for SettingService service.