package
1.4.0
Repository: https://github.com/leon-yc/ggs.git
Documentation: pkg.go.dev

# Functions

New create invocation, context can not be nil if you don't set ContextHeaderKey, then New will init it.

# Constants

constant values for consumer and provider.
constant values for consumer and provider.

# Structs

Invocation is the basic struct that used in go sdk to make client and transport layer transparent .developer should implements a client which is able to transfer invocation to there own requesta protocol server should transfer request to invocation and then back to request.
Response is invocation response struct.

# Type aliases

ResponseCallBack process invocation response.