Documentation ¶ Index ¶ type Processor func NewGistIngester(cfg config.Config) Processor func NewStateIngester(cfg config.Config) Processor type Service func NewService(cfg config.Config, processor Processor) *Service func (s *Service) Run(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Processor ¶ type Processor interface { // contains filtered or unexported methods } func NewGistIngester ¶ func NewGistIngester(cfg config.Config) Processor func NewStateIngester ¶ func NewStateIngester(cfg config.Config) Processor type Service ¶ type Service struct { Processor // contains filtered or unexported fields } func NewService ¶ func NewService(cfg config.Config, processor Processor) *Service func (*Service) Run ¶ func (s *Service) Run(ctx context.Context) Source Files ¶ View all Source files gist_transfer.go main.go state_transfer.go util.go Click to show internal directories. Click to hide internal directories.