Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcLogsServer ¶
type GrpcLogsServer struct { grpc_log.UnimplementedGrpcLogServiceServer // contains filtered or unexported fields }
func NewGrpcLogsServer ¶
func NewGrpcLogsServer(service GrpcLogsService) *GrpcLogsServer
func (*GrpcLogsServer) Log ¶
func (h *GrpcLogsServer) Log(ctx context.Context, req *grpc_log.LogRequest) (*grpc_log.Response, error)
type GrpcLogsService ¶
type GrpcLogsService interface {
Insert(ctx context.Context, req *grpc_log.LogRequest) error
}
Click to show internal directories.
Click to hide internal directories.