Documentation
¶
Index ¶
- type Store
- func (c *Store) AddEvent(ctx context.Context, input *api.AddEventInput) (output *api.AddEventOutput, err error)
- func (c *Store) ClearEvents(ctx context.Context, input *api.ClearEventsInput) (output *api.ClearEventsOutput, err error)
- func (c *Store) DescribeStreams(ctx context.Context, input *api.DescribeStreamsInput) (output *api.DescribeStreamsOutput, err error)
- func (c *Store) GetEvents(ctx context.Context, input *api.GetEventsInput) (output *api.GetEventsOutput, err error)
- func (c *Store) RemoveOldEvents(ctx context.Context, input *api.RemoveOldEventsInput) (output *api.RemoveOldEventsOutput, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AddEvent ¶
func (c *Store) AddEvent(ctx context.Context, input *api.AddEventInput) (output *api.AddEventOutput, err error)
func (*Store) ClearEvents ¶
func (c *Store) ClearEvents(ctx context.Context, input *api.ClearEventsInput) (output *api.ClearEventsOutput, err error)
func (*Store) DescribeStreams ¶
func (c *Store) DescribeStreams(ctx context.Context, input *api.DescribeStreamsInput) (output *api.DescribeStreamsOutput, err error)
func (*Store) GetEvents ¶
func (c *Store) GetEvents(ctx context.Context, input *api.GetEventsInput) (output *api.GetEventsOutput, err error)
func (*Store) RemoveOldEvents ¶
func (c *Store) RemoveOldEvents(ctx context.Context, input *api.RemoveOldEventsInput) (output *api.RemoveOldEventsOutput, err error)
Click to show internal directories.
Click to hide internal directories.