statemachine

package
v0.0.0-...-d078efc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	StartListSearches()
	StartCollectTweets()
}

Handler provides the gate of AWS Lambda.

func New

func New(registry registry.Registry) Handler

New returns an instance of Handler.

type StartListSearchesRes

type StartListSearchesRes struct {
	Events []StartListSearchesResEvent `json:"events"`
}

StartListSearchesRes is the response of ListSearches lambda function.

type StartListSearchesResEvent

type StartListSearchesResEvent struct {
	SearchID model.SearchID `json:"search_id"`
	UserID   model.UserID   `json:"user_id"`
}

StartListSearchesResEvent is events of StartListSearchesRes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL