Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Server *Server // tests manipulate this field // contains filtered or unexported fields }
App is the app structure
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server struct
func (*Server) SendEvents ¶
func (s *Server) SendEvents( ctx context.Context, req *pb.SendEventsRequest, ) (*pb.SendEventsResponse, error)
SendEvents response might include FailureIndexes in case producer fails to send all events
Click to show internal directories.
Click to hide internal directories.