larry

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFlags

func GetFlags(cfg *cfg.Config) []cli.Flag

GetFlags returns a list of flags used the application

Types

type Provider

type Provider interface {
	GetContentToPublish() (*domain.Content, error)
}

Provider represents the interface for the different providers

type Publisher

type Publisher interface {
	PublishContent(content *domain.Content) (bool, error)
}

Publisher represents the interface for the different publishers

type Service

type Service struct {
	Publishers map[string]Publisher
	Provider   Provider
	Logger     *log.Logger
}

Service represents the application struct

func (Service) Run

func (s Service) Run() error

Run executes the application

Jump to

Keyboard shortcuts

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