application

package
v0.0.0-...-55d5d5f Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	DataSvc              ports.DataOps
	AccountManagementSvc ports.AccountOps
	PluginSvc            ports.PluginOps
	ScheduleSvc          ports.ScheduleOps
	GraphQLSvc           ports.GraphQLOps
	BrokerSvc            pubsub.PubSub
	SMTPSvc              struct {
		smtp.Server
		smtp.Client
	}
	// contains filtered or unexported fields
}

func NewApplication

func NewApplication(log logger.Logger, configs map[string]models.DBConfig, pluginConfig *models.PluginsConfig) *Application

func (*Application) AccountManagementService

func (a *Application) AccountManagementService() ports.AccountOps

func (*Application) DataService

func (a *Application) DataService() ports.DataOps

func (*Application) GraphQLService

func (a *Application) GraphQLService() ports.GraphQLOps

func (*Application) PluginService

func (a *Application) PluginService() ports.PluginOps

func (*Application) ScheduleService

func (a *Application) ScheduleService() ports.ScheduleOps

Jump to

Keyboard shortcuts

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