Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Carrier ¶
type Carrier struct {
// contains filtered or unexported fields
}
func NewCarrier ¶
func (*Carrier) Intercept ¶
func (ca *Carrier) Intercept() connect.UnaryInterceptorFunc
type ConnectServer ¶
type ConnectServer interface {
GetGlobalInterceptors() []connect.Interceptor
Register(string, http.Handler)
Serve()
}
func NewConnectRPCServer ¶
Click to show internal directories.
Click to hide internal directories.