Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericService ¶
type GenericService struct { Invoke func(ctx context.Context, methodName string, types []string, args []hessian.Object) (interface{}, error) `dubbo:"$invoke"` // contains filtered or unexported fields }
GenericService uses for generic invoke for service call
func NewGenericService ¶
func NewGenericService(referenceStr string) *GenericService
NewGenericService returns a GenericService instance
func (*GenericService) Reference ¶
func (u *GenericService) Reference() string
Reference gets referenceStr from GenericService
Click to show internal directories.
Click to hide internal directories.