Documentation ¶
Index ¶
- type StdOutManager
- func (m *StdOutManager) Errs() <-chan error
- func (m *StdOutManager) Lookup(identity *authnapi.Identity, resource_type string, resource_id uuid.UUID) (api.Producer, error)
- func (p *StdOutManager) Produce(ctx context.Context, event *api.Event) error
- func (m *StdOutManager) Shutdown(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StdOutManager ¶
func (*StdOutManager) Errs ¶
func (m *StdOutManager) Errs() <-chan error
func (*StdOutManager) Lookup ¶
func (m *StdOutManager) Lookup(identity *authnapi.Identity, resource_type string, resource_id uuid.UUID) (api.Producer, error)
Lookup figures out which Producer should be used for the given identity and resource.
Click to show internal directories.
Click to hide internal directories.