Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigGateway ¶
type HTTPGatewayGateway ¶
type HTTPGatewayGateway interface {
Services() []model.GatewayServiceOption
}
type ServiceGateway ¶
type ServiceGateway interface {
ID() string
RawID() string
Transport() model.TransportOption
Errors() map[uint32]*model.HTTPError
Methods() []model.ServiceMethod
Type() stdtypes.Type
TypeName() *stdtypes.Named
Interface() *stdtypes.Interface
Readme() model.ServiceReadme
LoggingEnable() bool
InstrumentingEnable() bool
}
Click to show internal directories.
Click to hide internal directories.