Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCService ¶
type GRPCService struct {
// contains filtered or unexported fields
}
GRPCService grpc服务
type GinHTTPService ¶
type GinHTTPService struct {
// contains filtered or unexported fields
}
HTTPService http服务
func (*GinHTTPService) PathPrefix ¶
func (s *GinHTTPService) PathPrefix() string
type GoRestfulHTTPService ¶
type GoRestfulHTTPService struct {
// contains filtered or unexported fields
}
HTTPService http服务
func NewGoRestfulHTTPService ¶
func NewGoRestfulHTTPService() *GoRestfulHTTPService
NewHTTPService 构建函数
func (*GoRestfulHTTPService) PathPrefix ¶
func (s *GoRestfulHTTPService) PathPrefix() string
type HTTPService ¶
type HTTPService struct {
// contains filtered or unexported fields
}
HTTPService http服务
func (*HTTPService) PathPrefix ¶
func (s *HTTPService) PathPrefix() string
type HertzHTTPService ¶
type HertzHTTPService struct {
// contains filtered or unexported fields
}
HertzHTTPService hertz 服务
func (*HertzHTTPService) PathPrefix ¶
func (s *HertzHTTPService) PathPrefix() string
Click to show internal directories.
Click to hide internal directories.