Documentation ¶
Index ¶
Constants ¶
View Source
const ( SinkTypeDB = "db" SinkTypeStdout = "stdout" SinkTypeNone = "none" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type PagedActivity ¶ added in v0.6.17
type Repository ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(appConfig AppConfig, repository Repository) *Service
type StdoutRepository ¶ added in v0.6.17
type StdoutRepository struct {
// contains filtered or unexported fields
}
func NewStdoutRepository ¶ added in v0.6.17
func NewStdoutRepository(writer io.Writer) *StdoutRepository
Click to show internal directories.
Click to hide internal directories.