Documentation ¶
Index ¶
- Constants
- type Config
- type Source
- func (s *Source) Category() api.Category
- func (s *Source) Commit(events []api.Event)
- func (s *Source) Config() interface{}
- func (s *Source) Init(context api.Context) error
- func (s *Source) LogStream(ls pb.LogService_LogStreamServer) error
- func (s *Source) ProductLoop(productFunc api.ProductFunc)
- func (s *Source) Start() error
- func (s *Source) Stop()
- func (s *Source) String() string
- func (s *Source) Type() api.Type
Constants ¶
View Source
const Type = "grpc"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct { pb.UnimplementedLogServiceServer // contains filtered or unexported fields }
func (*Source) ProductLoop ¶
func (s *Source) ProductLoop(productFunc api.ProductFunc)
Click to show internal directories.
Click to hide internal directories.