Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCServer ¶ added in v1.21.0
type GRPCServer struct {
// contains filtered or unexported fields
}
func NewGRPCServer ¶ added in v1.21.0
func NewGRPCServer(addr string, ch chan<- *types.LogPackageMeta) (*GRPCServer, error)
func (*GRPCServer) Listen ¶ added in v1.21.0
func (s *GRPCServer) Listen() error
func (*GRPCServer) Stop ¶ added in v1.21.0
func (s *GRPCServer) Stop() error
Click to show internal directories.
Click to hide internal directories.