Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct { Logger logger.Logger EchoServer EchoServer MessageBroker MessageBroker GormDB *gorm.DB Services Services }
Dependencies - dependencies for Service constructor
type EchoContext ¶
type EchoContext interface { echo.Context }
type EchoServer ¶
type MessageBroker ¶
type OpenGraphService ¶
type Options ¶
func (*Options) GetFlagSet ¶
GetFlagSet returns flag set for Options
type RabbitMqService ¶
type RabbitMqService struct {
HostPort string
}
type Service ¶
type Service struct { Services Services // contains filtered or unexported fields }
func NewService ¶
NewService - constructor for Service
func (*Service) GetMetadata ¶
func (svc *Service) GetMetadata(c echo.Context, params routes.GetMetadataParams) error
type Services ¶
type Services struct {
OpenGraphSvc OpenGraphService
}
Click to show internal directories.
Click to hide internal directories.