Versions in this module Expand all Collapse all v0 v0.1.26 Mar 31, 2022 Changes in this version + type Desc struct + GrpcClientFn interface{} + GrpcGatewayFn interface{} + Handler interface{} + type Handler interface + Close func() + Flags func() typex.Flags + Init func() + Router func(r fiber.Router) + type HandlerFunc func(ctx context.Context, req Request, resp func(rsp Response) error) error + type Middleware func(next HandlerFunc) HandlerFunc + type Options struct + Address string + Advertise string + Id string + Metadata map[string]string + Name string + Port int + Version string + type Request interface + Client func() bool + ContentType func() string + Endpoint func() string + Header func() metadata.MD + Kind func() string + Operation func() string + Payload func() interface{} + Service func() string + Stream func() bool + type Response interface + Header func() metadata.MD + Payload func() interface{} + Stream func() bool